mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 11:34:19 +01:00
Sets the default FPS to 63 (#17564)
* default FPS to 63 * SQL updates * smallint(4)
This commit is contained in:
@@ -72,7 +72,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
|
||||
var/sound = SOUND_DEFAULT
|
||||
var/UI_style_color = "#ffffff"
|
||||
var/UI_style_alpha = 255
|
||||
var/clientfps = 0
|
||||
var/clientfps = 63
|
||||
var/atklog = ATKLOG_ALL
|
||||
var/fuid // forum userid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user