--- a/QTfrontend/newnetclient.cpp Thu Oct 09 17:15:04 2008 +0000
+++ b/QTfrontend/newnetclient.cpp Thu Oct 09 17:28:22 2008 +0000
@@ -255,15 +255,15 @@
return;
}
- if (lst[0] == "REMOVE_TEAM") {
- if(lst.size() != 2)
- {
- qWarning("Net: Bad REMOVETEAM message");
- return;
- }
- m_pTeamSelWidget->removeNetTeam(HWTeam(lst[1]));
- return;
- }
+ if (lst[0] == "REMOVE_TEAM") {
+ if(lst.size() != 2)
+ {
+ qWarning("Net: Bad REMOVETEAM message");
+ return;
+ }
+ m_pTeamSelWidget->removeNetTeam(HWTeam(lst[1]));
+ return;
+ }
if(lst[0]=="JOINED") {
if(lst.size() < 2)
@@ -296,7 +296,7 @@
return;
}
- if (lst[0] == "RUNGAME") {
+ if (lst[0] == "RUN_GAME") {
RunGame();
return;
}