We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f1b36 commit d58e049Copy full SHA for d58e049
1 file changed
src/main/java/dev/dfonline/codeclient/CodeClient.java
@@ -75,6 +75,7 @@ public static <T extends PacketListener> boolean handlePacket(Packet<T> packet)
75
76
if (CodeClient.location instanceof Dev dev &&
77
packet instanceof BlockEntityUpdateS2CPacket beu &&
78
+ dev.isInDev(beu.getPos()) &&
79
MC.world != null &&
80
MC.world.getBlockEntity(beu.getPos()) instanceof SignBlockEntity) {
81
dev.clearLineStarterCache();
0 commit comments