mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 01:42:18 +00:00
Reordered Attribute priorities
This commit is contained in:
parent
3aa582d75e
commit
57cac9666b
|
@ -2,8 +2,8 @@ package com.projectkorra.projectkorra.attribute;
|
|||
|
||||
public enum AttributePriority {
|
||||
|
||||
HIGH,
|
||||
LOW,
|
||||
MEDIUM,
|
||||
LOW;
|
||||
HIGH;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue