[MANUAL MIRROR] Adds message clarifying that you've been KICKED from the game when th (#21136)

Adds message clarifying that you've been KICKED from the game when the keysend flood autokick triggers. (#72083)

There is now a message clarifying that you've been KICKED from the game when the keysend flood autokick triggers.

Co-authored-by: ShizCalev <ShizCalev@users.noreply.github.com>
This commit is contained in:
coldud13
2023-05-15 01:17:36 -07:00
committed by GitHub
co-authored by ShizCalev
parent 45e4e5ef43
commit 6d7d36a0fc
@@ -23,6 +23,7 @@
keysend_tripped = TRUE
next_keysend_trip_reset = world.time + (2 SECONDS)
else
to_chat(src, span_userdanger("Flooding keysends! This could have been caused by lag, or due to a plugged-in game controller. You have been disconnected from the server automatically."))
log_admin("Client [ckey] was just autokicked for flooding keysends; likely abuse but potentially lagspike.")
message_admins("Client [ckey] was just autokicked for flooding keysends; likely abuse but potentially lagspike.")
qdel(src)