Skip to content

Commit fde9d05

Browse files
committed
Fix WorldGuard flags
1 parent c175af7 commit fde9d05

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • core/src/main/java/be/isach/ultracosmetics/worldguard

core/src/main/java/be/isach/ultracosmetics/worldguard/UCFlag.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
import com.sk89q.worldguard.protection.flags.StateFlag;
44

55
public enum UCFlag {
6-
COSMETICS(new StateFlag("uc-treasurechest", true)),
7-
TREASURE(new StateFlag("uc-cosmetics", true)),
6+
COSMETICS(new StateFlag("uc-cosmetics", true)),
7+
TREASURE(new StateFlag("uc-treasurechest", true)),
88
AFFECT_PLAYERS(new StateFlag("uc-affect-players", true)),
99
;
1010

0 commit comments

Comments
 (0)