Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radmanplays authored Sep 11, 2024
1 parent cd8121a commit 59633a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examplemods/talkback.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
) {
event.sender.addChatMessage(ModAPI.reflect.getClassById("net.minecraft.util.ChatComponentText").constructors[0](ModAPI.util.str(message.toUpperCase())));
}
event.preventDefault = true;
event.preventDefault = false;
}
});
});
})();
})();

0 comments on commit 59633a8

Please sign in to comment.