Skip to content

Commit

Permalink
Some tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
MrStonedOne committed Oct 6, 2017
1 parent 7b7a4ca commit 8f5ee39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion code/controllers/configuration/entries/config.dm
Original file line number Diff line number Diff line change
Expand Up @@ -370,5 +370,5 @@ CONFIG_TWEAK(number/mc_tick_rate)

CONFIG_TWEAK(number/mc_tick_rate/ValidateAndSet(str_val))
. = ..()
if (. && Master)
if (.)
Master.UpdateTickRate()
2 changes: 1 addition & 1 deletion config/config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8f5ee39

Please sign in to comment.