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 3605ff3 commit 2547686
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PacketHandlerInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -414,5 +414,5 @@ public function handlePlayerToggleCrafterSlotRequest(PlayerToggleCrafterSlotRequ

public function handleSetPlayerInventoryOptions(SetPlayerInventoryOptionsPacket $packet) : bool;

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

0 comments on commit 2547686

Please sign in to comment.