src/Items/ItemBow.h line 78:
EDIT: Wait, no, that only decreases bow durability. Then the arrows aren't removed server-side.
1 2 3 4 | if (!a_Player->IsGameModeCreative()) { a_Player->UseEquippedItem(); } |
EDIT: Wait, no, that only decreases bow durability. Then the arrows aren't removed server-side.