mirror of
https://github.com/SWG-Source/src.git
synced 2026-08-01 01:16:03 -04:00
soe, can haz consistent naming please
This commit is contained in:
@@ -89,7 +89,7 @@ void LoginServerConnection::onReceive(const Archive::ByteStream & message)
|
||||
GameNetworkMessage m(ri);
|
||||
ri = message.begin();
|
||||
|
||||
const uint32 messageType = message.getType();
|
||||
const uint32 messageType = m.getType();
|
||||
|
||||
switch (messageType) {
|
||||
case constcrc("TransferReplyCharacterList") :
|
||||
|
||||
Reference in New Issue
Block a user