From f8ff88ef97d6dc6eb3215b810a7e36a8bf2e50c3 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Thu, 3 Oct 2024 12:30:14 -0700 Subject: [PATCH] Update config.txt TICKLAG from 0.5 to 0.25 --- config/example/config.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/example/config.txt b/config/example/config.txt index 369e453f1d..80e3ed9403 100644 --- a/config/example/config.txt +++ b/config/example/config.txt @@ -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