From 2cf86ef25e877a1e7f10d2ee3d64d09a1f1c314c Mon Sep 17 00:00:00 2001 From: Erthilo Date: Mon, 28 May 2012 20:52:04 +0200 Subject: [PATCH] Changed MAX_NAME_LEN to 40. --- code/defines/global.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/defines/global.dm b/code/defines/global.dm index 6754b7b7925..d5b1876046e 100644 --- a/code/defines/global.dm +++ b/code/defines/global.dm @@ -190,7 +190,7 @@ var const/MAX_PAPER_MESSAGE_LEN = 3072 const/MAX_BOOK_MESSAGE_LEN = 9216 - const/MAX_NAME_LEN = 26 + const/MAX_NAME_LEN = 40 list/paper_blacklist = list("script","frame","iframe","input","button","a","embed","object")