Skip to content

Commit e5a658b

Browse files
committed
removed var_dump
1 parent 7a18a87 commit e5a658b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/network/mcpe/handler/InGamePacketHandler.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,6 @@ public function handlePlayerAuthInput(PlayerAuthInputPacket $packet) : bool{
277277
}
278278
foreach(Utils::promoteKeys($blockActions) as $k => $blockAction){
279279
$actionHandled = false;
280-
var_dump("player auth input action " . $blockAction->getActionType() . " at offset $k in PlayerAuthInputPacket");
281280
if($blockAction instanceof PlayerBlockActionStopBreak){
282281
$actionHandled = $this->handlePlayerActionFromData($blockAction->getActionType(), new BlockPosition(0, 0, 0), Facing::DOWN);
283282
}elseif($blockAction instanceof PlayerBlockActionWithBlockInfo){

0 commit comments

Comments
 (0)