From 6be17886b3c25b31398d3512aa2d34d66794c02a Mon Sep 17 00:00:00 2001 From: Evil Puncker Date: Wed, 8 Dec 2021 17:42:14 -0300 Subject: [PATCH] Update config.php (#496) --- config.php | 1 + 1 file changed, 1 insertion(+) diff --git a/config.php b/config.php index bc455bf..09791d0 100644 --- a/config.php +++ b/config.php @@ -537,6 +537,7 @@ // Minimum allowed letters in character name. Ex: 4 letters: "Kare". $config['minL'] = 3; // Maximum allowed letters in character name. Ex: 20 letters: "Bobkareolesofiesberg" + // Pre QT clients (lower than version 11) support only 20 letters max, while newer clients support up to 25 $config['maxL'] = 20; // Maximum allowed words in character name. Ex: 2 words = "Bob Kare", 3 words: "Bob Arne Kare" as maximum char name words. $config['maxW'] = 3;