mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Removed redundant debug code
This commit is contained in:
@ -2300,9 +2300,6 @@ class Player extends Human implements CommandSender, InventoryHolder, ChunkLoade
|
||||
|
||||
$cancelled = false;
|
||||
|
||||
echo "Packet data:\n";
|
||||
var_dump($packet->target, $packet->action);
|
||||
|
||||
if($packet->action === InteractPacket::ACTION_RIGHT_CLICK){
|
||||
// TODO handle
|
||||
break;
|
||||
|
Reference in New Issue
Block a user