Panel tweak (#17856)

* small panel tweak

* This needs to be a string
This commit is contained in:
Kashargul
2025-06-14 00:19:31 +02:00
committed by GitHub
parent 005b42b49b
commit d6c20b52f6
3 changed files with 5 additions and 4 deletions
+1 -1
View File
@@ -1334,7 +1334,7 @@
CRASH("[type] set message lists with invalid length!")
for(var/i = 1, i <= messages.len, i++)
messages[i] = sanitize(messages[i], limit, FALSE, TRUE, FALSE)
messages[i] = sanitize(messages[i], limit, FALSE, TRUE, FALSE) || ""
switch(type)
if(GENERAL_EXAMINE_NUTRI)