forked from virt-mirrors/Sit
lang update to not cause issues
This commit is contained in:
parent
c6c9414b0b
commit
d3274d7302
8 changed files with 47 additions and 48 deletions
|
@ -34,19 +34,19 @@ public class Events {
|
|||
|
||||
private static void register() {
|
||||
toggle_key = KeyBindingHelper.registerKeyBinding(new KeyBinding(
|
||||
"key.toggle",
|
||||
"key.sit!.toggle",
|
||||
GLFW.GLFW_KEY_UNKNOWN,
|
||||
"category.sit"
|
||||
"category.sit!"
|
||||
));
|
||||
sit_key = KeyBindingHelper.registerKeyBinding(new KeyBinding(
|
||||
"key.sit",
|
||||
"key.sit!.sit",
|
||||
GLFW.GLFW_KEY_UNKNOWN,
|
||||
"category.sit"
|
||||
"category.sit!"
|
||||
));
|
||||
config__key = KeyBindingHelper.registerKeyBinding(new KeyBinding(
|
||||
"key.config",
|
||||
"key.sit!.config",
|
||||
GLFW.GLFW_KEY_UNKNOWN,
|
||||
"category.sit"
|
||||
"category.sit!"
|
||||
));
|
||||
}
|
||||
|
||||
|
@ -73,7 +73,7 @@ public class Events {
|
|||
player.networkHandler.sendCommand("sit");
|
||||
} else {
|
||||
// unsupported server message if not in a Sit! server
|
||||
player.sendMessage(Utl.lang("msg.unsupported")
|
||||
player.sendMessage(Utl.lang("sit!.chat.unsupported")
|
||||
.formatted(Formatting.RED), true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue