diff --git a/code/modules/admin/IsBanned.dm b/code/modules/admin/IsBanned.dm index d6e2b8d1b66..00104140871 100644 --- a/code/modules/admin/IsBanned.dm +++ b/code/modules/admin/IsBanned.dm @@ -62,8 +62,9 @@ var/ckeytext = ckey(key) if(!SSdbcore.Connect()) - log_world("Ban database connection failure. Key [ckeytext] not checked") - GLOB.world_game_log << "Ban database connection failure. Key [ckeytext] not checked" + var/msg = "Ban database connection failure. Key [ckeytext] not checked" + log_world(msg) + message_admins(msg) return var/ipquery = ""