mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
fix (#20882)
This commit is contained in:
@@ -265,7 +265,7 @@
|
||||
if(world.time > timeout || !reason || (!is_public && !is_authorized(user)) || ..())
|
||||
// Cancel if they take too long, they dont give a reason, they aint authed, or if they walked away
|
||||
return
|
||||
reason = sanitize(copytext(reason, 1, MAX_MESSAGE_LEN))
|
||||
reason = sanitize(copytext(reason, 1, 75)) // very long reasons are bad
|
||||
|
||||
//===orderee identification information===
|
||||
var/idname = "*None Provided*"
|
||||
|
||||
Reference in New Issue
Block a user