mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-29 15:08:34 +01:00
40 fps example config (#17256)
* 40 fps example config * ye... * . * Update general.dm * Fixes search bar Fixes the search bar in Player-Panel-New so it can properly search. As of this commit, the hover functionality is currently broken, however. * fixes hover --------- Co-authored-by: C.L. <killer65311@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
sync_validate = TRUE
|
||||
var/datum/config_entry/number/ticklag/TL = config.entries_by_type[/datum/config_entry/number/ticklag]
|
||||
if(!TL.sync_validate)
|
||||
TL.ValidateAndSet(10 / config_entry_value)
|
||||
TL.ValidateAndSet("[10 / config_entry_value]")
|
||||
sync_validate = FALSE
|
||||
|
||||
/datum/config_entry/number/ticklag
|
||||
@@ -213,7 +213,7 @@
|
||||
sync_validate = TRUE
|
||||
var/datum/config_entry/number/fps/FPS = config.entries_by_type[/datum/config_entry/number/fps]
|
||||
if(!FPS.sync_validate)
|
||||
FPS.ValidateAndSet(10 / config_entry_value)
|
||||
FPS.ValidateAndSet("[10 / config_entry_value]")
|
||||
sync_validate = FALSE
|
||||
|
||||
/// SSinitialization throttling
|
||||
|
||||
Reference in New Issue
Block a user