mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2024-11-01 09:59: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 {
|
public enum AttributePriority {
|
||||||
|
|
||||||
HIGH,
|
LOW,
|
||||||
MEDIUM,
|
MEDIUM,
|
||||||
LOW;
|
HIGH;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue