Mochi tweaks

This commit is contained in:
AffectedArc07
2021-06-30 19:14:25 +01:00
parent 6d4a206b51
commit 82e48bb207
2 changed files with 2 additions and 2 deletions

View File

@@ -725,7 +725,7 @@ GLOBAL_VAR_INIT(nologevent, 0)
if(!check_rights(R_SERVER))
return
GLOB.configuration.general.guest_ban = !(GLOB.configuration?.general.guest_ban)
GLOB.configuration.general.guest_ban = !(GLOB.configuration.general.guest_ban)
if(GLOB.configuration.general.guest_ban)
to_chat(world, "<B>Guests may no longer enter the game.</B>")
else