forked from MagicBane/Server
toUppercase()
This commit is contained in:
@@ -564,7 +564,7 @@ public class Enum {
|
|||||||
// Enum for ItemBase flags
|
// Enum for ItemBase flags
|
||||||
|
|
||||||
public enum ItemType {
|
public enum ItemType {
|
||||||
Unknown(0),
|
UNKNOWN(0),
|
||||||
WEAPON(1),
|
WEAPON(1),
|
||||||
ARMOR(2),
|
ARMOR(2),
|
||||||
BASE(3),
|
BASE(3),
|
||||||
|
|||||||
Reference in New Issue
Block a user