mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 16:37:01 +00:00
fixed considering chatmessages with a pipe character to be invalid
problem appeared only with ChatStrictLinkChecking.Severity = 2
This commit is contained in:
parent
c999490aa2
commit
3e6b4b529e
1 changed files with 1 additions and 1 deletions
|
|
@ -1036,7 +1036,7 @@ valid examples:
|
|||
else
|
||||
++validSequenceIterator;
|
||||
}
|
||||
else
|
||||
else if(commandChar != '|')
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue