Makes a thing use the right proc (#27071)

This commit is contained in:
Cyberboss
2017-05-09 16:34:56 -03:00
committed by Leo
parent 920fe81660
commit fa135a10b3
+3 -2
View File
@@ -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 = ""