-
-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed: Added missing MoveToHotbarAction value for the swap with off-h…
…and inventory action. (#682)
- Loading branch information
1 parent
a4952e3
commit 15df12a
Showing
2 changed files
with
3 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,6 @@ public enum MoveToHotbarAction implements ContainerAction { | |
SLOT_6, | ||
SLOT_7, | ||
SLOT_8, | ||
SLOT_9; | ||
SLOT_9, | ||
OFF_HAND; | ||
} |