Skip to content

Commit

Permalink
Remove super calls from spark ticks
Browse files Browse the repository at this point in the history
They weren't really doing anything useful, i think. Should improve performance marginally
  • Loading branch information
artemisSystem committed Aug 16, 2024
1 parent 7824c8c commit 858ba6d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@ public ItemStack getPickResult() {

@Override
public void tick() {
super.tick();

if (level().isClientSide) {
return;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ public ItemStack getPickResult() {

@Override
public void tick() {
super.tick();

if (level().isClientSide) {
return;
}
Expand Down

0 comments on commit 858ba6d

Please sign in to comment.