Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AkmalFairuz committed Dec 9, 2023
1 parent 2547686 commit 7bb1f26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/PacketHandlerDefaultImplTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -813,4 +813,8 @@ public function handlePlayerToggleCrafterSlotRequest(PlayerToggleCrafterSlotRequ
public function handleSetPlayerInventoryOptions(SetPlayerInventoryOptionsPacket $packet) : bool{
return false;
}

public function handleCraftingEvent(CraftingEventPacket $packet) : bool{
return false;
}
}

0 comments on commit 7bb1f26

Please sign in to comment.