Update Chat.cpp

this is better or?
This commit is contained in:
b4nan1
2013-05-29 14:59:37 +02:00
parent 99680242e8
commit 894a2434bf
+1 -1
View File
@@ -205,7 +205,7 @@ bool ChatHandler::hasStringAbbr(const char* name, const char* part)
if (!*part)
return false;
for (;;)
while (true)
{
if (!*part)
return true;