mirror of
https://github.com/SWG-Source/src.git
synced 2026-07-28 22:15:49 -04:00
probably helps to compare things...
This commit is contained in:
@@ -100,7 +100,7 @@ void PlanetServerConnection::onReceive(Archive::ByteStream const &message)
|
||||
}
|
||||
}
|
||||
|
||||
if (constcrc("BeginForward"))
|
||||
if (msgType == constcrc("BeginForward"))
|
||||
{
|
||||
GenericValueTypeMessage<std::vector<uint32> > const beginForwardMessage(ri);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user