Skip to content

Commit

Permalink
Fix windmill crash, fixed #5957
Browse files Browse the repository at this point in the history
(why was tickClient() called from server???)
  • Loading branch information
voidsong-dragonfly committed Jun 19, 2024
1 parent 0ae40d6 commit 28e9a12
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ public double getActualTurnSpeed()
@Override
public void tickServer()
{
tickClient();
if(level.getGameTime()%128==((getBlockPos().getX()^getBlockPos().getZ())&127))
{
final float oldTurnSpeed = turnSpeed;
Expand Down

0 comments on commit 28e9a12

Please sign in to comment.