aboutsummaryrefslogtreecommitdiff
path: root/src/game/Chat.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/Chat.cpp')
-rw-r--r--src/game/Chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/game/Chat.cpp b/src/game/Chat.cpp
index a5ca1191bf8..e4175622250 100644
--- a/src/game/Chat.cpp
+++ b/src/game/Chat.cpp
@@ -1642,7 +1642,7 @@ valid examples:
expectedName += " ";
expectedName += suffix[i];
}
- if ( expectedName == buffer)
+ if (expectedName == buffer)
{
foundName = true;
break;