OCD, had to fix it

This commit is contained in:
Driftay 2019-08-06 07:15:12 -04:00
parent 9293e884e1
commit 1dc454e2a5
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public enum Permission {
COORD("coords"), COORD("coords"),
SHOWCLAIMS("showclaims"), SHOWCLAIMS("showclaims"),
WARP("warp"), WARP("warp"),
CHEST("Chest"); CHEST("chest");
public final String node; public final String node;