mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2025-03-02 04:01:26 +01:00
Correct a potentially premature change
This commit is contained in:
parent
cafbc40426
commit
defb62b804
@ -295,7 +295,7 @@ public class ParamInfoTypes {
|
||||
return map;
|
||||
}
|
||||
|
||||
for (PotionEffectType effectType : ReflectionManager.enumValues(PotionEffectType.class)) {
|
||||
for (PotionEffectType effectType : PotionEffectType.values()) {
|
||||
if (effectType == null) {
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user