mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-15 13:11:23 +00:00
Suppress error for entitytype not found
This commit is contained in:
parent
e8ba0a2adc
commit
1791622323
1 changed files with 0 additions and 1 deletions
|
@ -273,7 +273,6 @@ public enum DisguiseType {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch (Exception ex) {
|
catch (Exception ex) {
|
||||||
ex.printStackTrace();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue