Merge branch 'testing' of git.stellabellum.net:staff/src into testing

This commit is contained in:
DarthArgus
2016-09-30 10:22:09 -05:00
@@ -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());