update yarn

This commit is contained in:
C10udburst
2021-08-30 10:18:07 +02:00
parent b4feb14778
commit 15d3dea949
11 changed files with 35 additions and 33 deletions

View File

@@ -86,7 +86,7 @@ public class InteractionMenu extends Module {
if (lookingAt.isPresent()) {
Entity e = lookingAt.get();
if (entities.get().getBoolean(e.getType())) {
mc.openScreen(new InteractionScreen(e, this));
mc.setScreen(new InteractionScreen(e, this));
}
}
}