mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Convert most spans to defines (#31080)
* spanish? * aaaagain * keep maptext * Update robot_items.dm * Update span_defines.dm * compiles * Update silicon_mob.dm * compile
This commit is contained in:
@@ -93,7 +93,7 @@
|
||||
|
||||
// Check if the key is short enough to even be a real key
|
||||
if(length(_key) > MAX_KEYPRESS_COMMANDLENGTH)
|
||||
to_chat(src, "<span class='userdanger'>Invalid KeyDown detected! You have been disconnected from the server automatically.</span>")
|
||||
to_chat(src, SPAN_USERDANGER("Invalid KeyDown detected! You have been disconnected from the server automatically."))
|
||||
log_and_message_admins("just attempted to send an invalid keypress. Keymessage was over [MAX_KEYPRESS_COMMANDLENGTH] characters, autokicking due to likely abuse.")
|
||||
qdel(src)
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user