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:
Kashargul
2025-03-03 10:12:25 -05:00
committed by GitHub
co-authored by C.L.
parent 98195dd52b
commit cce0a5b8d0
4 changed files with 10 additions and 8 deletions
@@ -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