Skip to content

Commit 4b77b8a

Browse files
committed
Fix for update message spam?
1 parent 4fd6bae commit 4b77b8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/me/aleksilassila/litematica/printer/mixin/MixinClientPlayerEntity.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
@Mixin(ClientPlayerEntity.class)
2121
public class MixinClientPlayerEntity extends AbstractClientPlayerEntity {
22-
boolean didCheckForUpdates = false;
22+
static boolean didCheckForUpdates = false;
2323

2424

2525
@Shadow

0 commit comments

Comments
 (0)