summaryrefslogtreecommitdiff
path: root/src/map/atcommand.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/atcommand.c')
-rw-r--r--src/map/atcommand.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/map/atcommand.c b/src/map/atcommand.c
index b10d4b6c1..e0b066d66 100644
--- a/src/map/atcommand.c
+++ b/src/map/atcommand.c
@@ -10110,9 +10110,6 @@ int atcommand_main(
{
if(strlen(message) > 0) {
- if(strlen(message) > 128)
- return -1;
-
if(strcmpi(message, "on") == 0) {
if(!sd->state.mainchat) {
sd->state.mainchat = 1;