Skip to content

Commit d58e049

Browse files
committed
fix #76
1 parent 57f1b36 commit d58e049

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/java/dev/dfonline/codeclient/CodeClient.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public static <T extends PacketListener> boolean handlePacket(Packet<T> packet)
7575

7676
if (CodeClient.location instanceof Dev dev &&
7777
packet instanceof BlockEntityUpdateS2CPacket beu &&
78+
dev.isInDev(beu.getPos()) &&
7879
MC.world != null &&
7980
MC.world.getBlockEntity(beu.getPos()) instanceof SignBlockEntity) {
8081
dev.clearLineStarterCache();

0 commit comments

Comments
 (0)