misc cleanup

This commit is contained in:
Konicai 2024-06-01 21:51:51 -05:00
parent 70edaccd6f
commit 30aa88e2f0
2 changed files with 1 additions and 3 deletions

View file

@ -64,7 +64,7 @@ final class ExceptionHandlers {
new ExceptionHandlers(manager.exceptionController()).register(); new ExceptionHandlers(manager.exceptionController()).register();
} }
void register() { private void register() {
// Yeet the default exception handlers that cloud provides so that we can perform localization. // Yeet the default exception handlers that cloud provides so that we can perform localization.
controller.clearHandlers(); controller.clearHandlers();

View file

@ -66,6 +66,4 @@ public class BedrockCommandRequestTranslator extends PacketTranslator<CommandReq
session.sendCommand(command); session.sendCommand(command);
} }
} }