From 4597627d9af6c1cfce797565ee46c1e2126efae7 Mon Sep 17 00:00:00 2001 From: LightCat Date: Sat, 17 Oct 2020 20:03:56 +0200 Subject: [PATCH] Make clearer what 0xA is Co-authored-by: notroboot <63302745+notroboot@users.noreply.github.com> --- src/hacks/Warp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/hacks/Warp.cpp b/src/hacks/Warp.cpp index 38f7f7a3..a4b3db85 100644 --- a/src/hacks/Warp.cpp +++ b/src/hacks/Warp.cpp @@ -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)