POLARIS: Revamp logging to be consistent

This commit is contained in:
Arokha Sieyes
2018-03-10 17:18:09 -05:00
parent 54cf9636ec
commit 2c9bdf3ae4
100 changed files with 262 additions and 355 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)