POLARIS: Revamp logging to be consistent

This commit is contained in:
Arokha Sieyes
2018-03-13 18:20:58 -04:00
committed by Leshana
parent 57ed0f6e9e
commit 73838e0a62
98 changed files with 261 additions and 353 deletions
+1 -1
View File
@@ -252,7 +252,7 @@
//Panic bunker code
if (isnum(player_age) && player_age == 0) //first connection
if (config.panic_bunker && !holder && !deadmin_holder)
log_access("Failed Login: [key] - New account attempting to connect during panic bunker")
log_adminwarn("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>")
to_chat(src, "Sorry but the server is currently not accepting connections from never before seen players.")
qdel(src)