mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-06-06 20:07:09 +00:00
InGamePacketHandler: added missing break
I'm getting sloppy ...
This commit is contained in:
parent
016a80bb70
commit
4ec97d0f7a
@ -615,6 +615,7 @@ class InGamePacketHandler extends PacketHandler{
|
||||
case PlayerAction::START_ITEM_USE_ON:
|
||||
case PlayerAction::STOP_ITEM_USE_ON:
|
||||
//TODO: this has no obvious use and seems only used for analytics in vanilla - ignore it
|
||||
break;
|
||||
default:
|
||||
$this->session->getLogger()->debug("Unhandled/unknown player action type " . $action);
|
||||
return false;
|
||||
|
Loading…
x
Reference in New Issue
Block a user