Merge pull request #5393 from Citadel-Station-13/upstream-merge-35469
[MIRROR] Fixes map configuration values for nonexistent maps applying to box
This commit is contained in:
@@ -239,6 +239,7 @@
|
||||
currentmap = new ("_maps/[data].json")
|
||||
if(currentmap.defaulted)
|
||||
log_config("Failed to load map config for [data]!")
|
||||
currentmap = null
|
||||
if ("minplayers","minplayer")
|
||||
currentmap.config_min_users = text2num(data)
|
||||
if ("maxplayers","maxplayer")
|
||||
|
||||
Reference in New Issue
Block a user