This commit is contained in:
Ryan
2023-04-22 03:45:21 -04:00
committed by GitHub
parent e5a3192ee0
commit 7d72183077
+1 -1
View File
@@ -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*"