mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Fix forge server console spam on plugin loading
This commit is contained in:
parent
4e22d92b5e
commit
c8783a6efa
1 changed files with 1 additions and 2 deletions
|
@ -186,8 +186,7 @@ public class ParamInfoTypes {
|
||||||
}
|
}
|
||||||
|
|
||||||
list.add(material);
|
list.add(material);
|
||||||
} catch (NoSuchFieldException e) {
|
} catch (NoSuchFieldException ignored) {
|
||||||
e.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue