[MIRROR] Makes a thing use the right proc (#881)

* Makes a thing use the right proc

* Delete IsBanned.dm.rej

* Update IsBanned.dm

* Update IsBanned.dm
This commit is contained in:
CitadelStationBot
2017-05-18 06:51:42 -05:00
committed by Poojawa
parent eb359f1014
commit 30e18146e5
+3 -2
View File
@@ -62,8 +62,9 @@
var/ckeytext = ckey(key) var/ckeytext = ckey(key)
if(!SSdbcore.Connect()) if(!SSdbcore.Connect())
log_world("Ban database connection failure. Key [ckeytext] not checked") var/msg = "Ban database connection failure. Key [ckeytext] not checked"
GLOB.world_game_log << "Ban database connection failure. Key [ckeytext] not checked" log_world(msg)
message_admins(msg)
return return
var/ipquery = "" var/ipquery = ""