mirror of
https://github.com/eaglerforge/EaglerForgeInjector
synced 2025-07-23 14:11:16 -09:00
fix
This commit is contained in:
parent
cd8121ad22
commit
59633a88ff
@ -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;
|
||||
}
|
||||
});
|
||||
});
|
||||
})();
|
||||
})();
|
||||
|
Loading…
x
Reference in New Issue
Block a user