fixed considering chatmessages with a pipe character to be invalid

problem appeared only with ChatStrictLinkChecking.Severity = 2
This commit is contained in:
arrai 2009-10-08 21:28:16 +02:00
parent c999490aa2
commit 3e6b4b529e

View file

@ -1036,7 +1036,7 @@ valid examples:
else
++validSequenceIterator;
}
else
else if(commandChar != '|')
return false;
}
}