Skip to content

Commit

Permalink
IT FUCKING WORKS LET'S GOOOOOOOOO
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 10, 2024
1 parent 986d0a2 commit 69d47f3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ private void onTick(TickEvent.Post event){
assert mc.player != null;
ItemStack stack = mc.player.getInventory().getMainHandStack();
NbtCompound tag = stack.getNbt();
if(tag == null) return;
assert tag != null;
if(!NbtHelper.toFormattedString(tag).contains("lobby:lobby-item")) return;
// if(!Objects.equals(mc.currentScreen.getTitle().toString(), "literal{Where to?}")) return;
Expand Down

0 comments on commit 69d47f3

Please sign in to comment.