Adds failed login message for panic bunker.

This commit is contained in:
MrStonedOne
2015-02-26 16:54:20 -08:00
parent 5529222b62
commit cf5d5794c7
+2
View File
@@ -140,6 +140,8 @@ var/next_external_rsc = 0
if (isnum(player_age) && player_age == -1) //first connection
if (config.panic_bunker && !holder && !(ckey in deadmins))
log_access("Failed Login: [key] - New account attempting to connect during panic bunker")
message_admins("<span class='adminnotice'>Failed Login: [key] - New account attempting to connect during panic bunker</span>")
src << "Sorry but the server is currently not accepting connections from never before seen players."
del(src)
return 0