Make clearer what 0xA is

Co-authored-by: notroboot <63302745+notroboot@users.noreply.github.com>
This commit is contained in:
LightCat 2020-10-17 20:03:56 +02:00
parent 2fb829f918
commit 4597627d9a

View File

@ -781,7 +781,7 @@ void SendNetMessage(INetMessage &msg)
return;
// Credits to MrSteyk for this btw
if (msg.GetGroup() == 0xA)
if (msg.GetGroup() == INetChannelInfo::MOVE)
{
// Charge
if (should_charge && !charged)