mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-31 00:15:55 -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