fix: handle MSG_MOVE_SET_*_SPEED opcodes to suppress unhandled opcode warnings

This commit is contained in:
Kelsi 2026-03-13 03:13:29 -07:00
parent 64439673ce
commit ebd9cf5542
2 changed files with 51 additions and 0 deletions

View file

@ -2199,6 +2199,7 @@ private:
// ---- Other player movement (MSG_MOVE_* from server) ----
void handleOtherPlayerMovement(network::Packet& packet);
void handleMoveSetSpeed(network::Packet& packet);
// ---- Phase 5 handlers ----
void handleLootResponse(network::Packet& packet);