mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-27 14:08:44 +01:00
Ports over configuration controller (#16484)
* Ports over configuration controller * Fixes * Manual path fix * patch (#16490) * patch * . * SQL Fix * Post-rebase fix * Added missing examples --------- Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
@@ -116,7 +116,7 @@
|
||||
if("join")
|
||||
var/job = params["job"]
|
||||
|
||||
if(!config.enter_allowed)
|
||||
if(!CONFIG_GET(flag/enter_allowed))
|
||||
to_chat(user, span_notice("There is an administrative lock on entering the game!"))
|
||||
return
|
||||
else if(ticker && ticker.mode && ticker.mode.explosion_in_progress)
|
||||
|
||||
Reference in New Issue
Block a user