mirror of
https://bitbucket.org/seefoe/src.git
synced 2026-07-30 00:15:46 -04:00
typo
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user