probably helps to compare things...

This commit is contained in:
DarthArgus
2016-09-29 21:33:35 -05:00
parent a282307898
commit 3379dc9298
@@ -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);