This commit is contained in:
radmanplays 2024-09-11 11:19:22 +03:30 committed by GitHub
parent cd8121ad22
commit 59633a88ff
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
});
});
})();
})();