mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
misc cleanup
This commit is contained in:
parent
70edaccd6f
commit
30aa88e2f0
2 changed files with 1 additions and 3 deletions
|
|
@ -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();
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -66,6 +66,4 @@ public class BedrockCommandRequestTranslator extends PacketTranslator<CommandReq
|
||||||
|
|
||||||
session.sendCommand(command);
|
session.sendCommand(command);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue