mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-26 10:02:28 +00:00
Fixes ban / kick messages not showing (#11083)
This commit is contained in:
@@ -53,7 +53,7 @@
|
||||
if(!isobserver(C.mob) && !C.holder)
|
||||
if(C.is_afk(inactivity_threshold))
|
||||
log_access("AFK: [key_name(C)]")
|
||||
to_chat(C, SPAN_WARNING("You have been inactive for more than [config.kick_inactive] minute\s and have been disconnected."))
|
||||
to_chat_immediate(C, SPAN_WARNING("You have been inactive for more than [config.kick_inactive] minute\s and have been disconnected."))
|
||||
qdel(C)
|
||||
kicked_clients++
|
||||
|
||||
|
||||
Reference in New Issue
Block a user