Compare commits

...

2 Commits

Author SHA1 Message Date
Nick Hulston aeafc9e368
Merge df3dcbe98b into ac97dad5ed 2023-11-20 19:50:02 -05:00
Nick Hulston df3dcbe98b
Update Hotkey.java
Auto Sort was using chestsort.use. As a result, if any player had permission 'chestsort.automatic' set to false, they would still see the automatic sort in the GUI, instead of the nopermission barrier.
2023-03-07 15:44:55 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public enum Hotkey {
public static String getPermission(Hotkey hotkey) {
if(hotkey == AUTO_SORT) {
return "chestsort.use";
return "chestsort.automatic";
}
if(hotkey == AUTO_INV_SORT) {