From 8f5ee3927c10bd7edbb7e324a734cdd6ff6ec853 Mon Sep 17 00:00:00 2001 From: MrStonedOne Date: Fri, 6 Oct 2017 11:55:34 -0700 Subject: [PATCH] Some tweaks --- code/controllers/configuration/entries/config.dm | 2 +- config/config.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/code/controllers/configuration/entries/config.dm b/code/controllers/configuration/entries/config.dm index e7cb363e553..3be6db06c71 100644 --- a/code/controllers/configuration/entries/config.dm +++ b/code/controllers/configuration/entries/config.dm @@ -370,5 +370,5 @@ CONFIG_TWEAK(number/mc_tick_rate) CONFIG_TWEAK(number/mc_tick_rate/ValidateAndSet(str_val)) . = ..() - if (. && Master) + if (.) Master.UpdateTickRate() diff --git a/config/config.txt b/config/config.txt index 61a5b1c9d4c..39ebc952b6b 100644 --- a/config/config.txt +++ b/config/config.txt @@ -236,7 +236,7 @@ TICK_LIMIT_MC_INIT 500 ## This also controls the client network update rate, as well as the default client fps TICKLAG 0.5 -##Can also be set as per-second value, the follow value is identical to the above. +##Can also be set as per-second value, the following value is identical to the above. #FPS 20 ## Comment this out to disable automuting