Skip to content

Commit

Permalink
Make Not Default
Browse files Browse the repository at this point in the history
  • Loading branch information
hammy275 committed Jan 21, 2025
1 parent 0bb78c3 commit 128fb78
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ public interface ItemInUseTracker {
* @param player The local player which is running this tracker.
* @return Whether the item should remain in use.
*/
default boolean itemInUse(LocalPlayer player) {
return false;
}
boolean itemInUse(LocalPlayer player);

}

0 comments on commit 128fb78

Please sign in to comment.