Update config.txt TICKLAG from 0.5 to 0.25

This commit is contained in:
CHOMPStation2
2024-10-03 12:30:14 -07:00
committed by GitHub
parent b77243f1fc
commit f8ff88ef97
+1 -1
View File
@@ -244,7 +244,7 @@ ALLOW_HOLIDAYS
##Defines the ticklag for the world. Ticklag is the amount of time between game ticks (aka byond ticks) (in 1/10ths of a second).
## This also controls the client network update rate, as well as the default client fps
TICKLAG 0.5
TICKLAG 0.25
##Can also be set as per-second value, the following value is identical to the above.
#FPS 20