Fixes issues with the API whitelist (#6865)

* Fixes issues with the API whitelist

* Update code/modules/world_api/api_command.dm

Co-Authored-By: Erki <skull132@users.noreply.github.com>
This commit is contained in:
Werner
2019-08-14 10:10:08 +03:00
committed by Erki
co-authored by Erki
parent 726e8d13e6
commit 60073ab556
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -834,7 +834,6 @@ var/list/gamemode_cache = list()
if("api_rate_limit_whitelist")
config.api_rate_limit_whitelist = text2list(value, ";")
if("mc_ticklimit_init")
config.mc_init_tick_limit = text2num(value) || TICK_LIMIT_MC_INIT_DEFAULT