From 3489618f621faff9dcbf1f0b297f789fa3200368 Mon Sep 17 00:00:00 2001 From: DarthArgus Date: Fri, 30 Sep 2016 15:13:15 +0000 Subject: [PATCH] typo --- .../CentralServer/src/shared/GameServerConnection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/server/application/CentralServer/src/shared/GameServerConnection.cpp b/engine/server/application/CentralServer/src/shared/GameServerConnection.cpp index f2cb16fd..ac6edcb8 100755 --- a/engine/server/application/CentralServer/src/shared/GameServerConnection.cpp +++ b/engine/server/application/CentralServer/src/shared/GameServerConnection.cpp @@ -94,7 +94,7 @@ void GameServerConnection::onReceive(Archive::ByteStream const &message) const uint32 messageType = m.getType(); switch(messageType) { - constcrc("CentralGameServerConnect") : + case constcrc("CentralGameServerConnect") : { CentralGameServerConnect const c(ri); setClientServiceAddress(c.getClientServiceAddress());