mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Why was this a Integer..
This commit is contained in:
parent
c093a4c734
commit
dea2dc856a
1 changed files with 2 additions and 3 deletions
|
@ -230,8 +230,7 @@ public enum DisguiseType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private Integer defaultId;
|
private int defaultId, entityId;
|
||||||
private int entityId;
|
|
||||||
private EntityType entityType;
|
private EntityType entityType;
|
||||||
private Class<? extends FlagWatcher> watcherClass;
|
private Class<? extends FlagWatcher> watcherClass;
|
||||||
|
|
||||||
|
@ -251,7 +250,7 @@ public enum DisguiseType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public Integer getDefaultId() {
|
public int getDefaultId() {
|
||||||
return defaultId;
|
return defaultId;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue