From 7d72183077db2b50e11525977f7d18a1842454cb Mon Sep 17 00:00:00 2001 From: Ryan <80364400+Sirryan2002@users.noreply.github.com> Date: Sat, 22 Apr 2023 03:45:21 -0400 Subject: [PATCH] fix (#20882) --- code/modules/supply/supply_console.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/supply/supply_console.dm b/code/modules/supply/supply_console.dm index 2ac827b261b..8d323258b5b 100644 --- a/code/modules/supply/supply_console.dm +++ b/code/modules/supply/supply_console.dm @@ -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*"