Skip to content

Commit

Permalink
Fix for update message spam?
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksilassila committed Aug 9, 2022
1 parent 4fd6bae commit 4b77b8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@Mixin(ClientPlayerEntity.class)
public class MixinClientPlayerEntity extends AbstractClientPlayerEntity {
boolean didCheckForUpdates = false;
static boolean didCheckForUpdates = false;


@Shadow
Expand Down

0 comments on commit 4b77b8a

Please sign in to comment.