Skip to content

Commit 7a273ae

Browse files
Try to fix Shortcuts #94
Right, good, I don't want to say anything.
1 parent feaa8bd commit 7a273ae

File tree

1 file changed

+3
-3
lines changed
  • plugin/src/main/kotlin/trplugins/menu/module/internal/service

1 file changed

+3
-3
lines changed

plugin/src/main/kotlin/trplugins/menu/module/internal/service/Shortcuts.kt

+3-3
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,9 @@ object Shortcuts {
6969

7070
PLAYER_INVENTORY_BORDER_LEFT("PlayerInventory-Border-Left"),
7171

72-
PLAYER_INVENTORY_BORDER_RIGHT("PlayerInventory-Border-Left"),
72+
PLAYER_INVENTORY_BORDER_RIGHT("PlayerInventory-Border-Right"),
7373

74-
PLAYER_INVENTORY_BORDER_MIDDLE("PlayerInventory-Border-Left");
74+
PLAYER_INVENTORY_BORDER_MIDDLE("PlayerInventory-Border-Middle");
7575

7676
companion object {
7777

@@ -123,4 +123,4 @@ object Shortcuts {
123123
e.isCancelled = offhand(e.player)
124124
}
125125

126-
}
126+
}

0 commit comments

Comments
 (0)