Jobs configuration

This commit is contained in:
AffectedArc07
2021-05-03 20:34:51 +01:00
parent 4f80acc360
commit 445726812e
16 changed files with 111 additions and 118 deletions
+1 -1
View File
@@ -9,7 +9,7 @@
status_info["respawn"] = GLOB.abandon_allowed
status_info["enter"] = GLOB.enter_allowed
status_info["vote"] = config.allow_vote_mode
status_info["ai"] = config.allow_ai
status_info["ai"] = GLOB.configuration.jobs.allow_ai
status_info["host"] = world.host ? world.host : null
status_info["players"] = list()
status_info["roundtime"] = worldtime2text()