Make clearer what 0xA is
Co-authored-by: notroboot <63302745+notroboot@users.noreply.github.com>
This commit is contained in:
parent
2fb829f918
commit
4597627d9a
@ -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)
|
||||
|
Reference in New Issue
Block a user