This commit is contained in:
Nick Hulston 2024-01-28 11:47:55 +07:00 committed by GitHub
commit 86b71386fc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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) {