Fix config oversight

This commit is contained in:
Markolie
2015-02-16 20:38:24 +01:00
parent 8726bad5b0
commit 6a2f3f8c84

View File

@@ -463,16 +463,16 @@
if("max_maint_drones")
config.max_maint_drones = text2num(value)
if("config.station_levels")
if("station_levels")
config.station_levels = text2numlist(value, ";")
if("config.admin_levels")
if("admin_levels")
config.admin_levels = text2numlist(value, ";")
if("contact_levels")
config.contact_levels = text2numlist(value, ";")
if("config.player_levels")
if("player_levels")
config.player_levels = text2numlist(value, ";")
if("expected_round_length")