mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 12:00:59 +00:00
Merge branch 'master' of github.com:libraryaddict/LibsDisguises
This commit is contained in:
commit
dd7b0451a1
1 changed files with 1 additions and 1 deletions
|
@ -306,7 +306,7 @@ public class PacketHandlerSpawn implements IPacketHandler {
|
|||
|
||||
PacketContainer spawnEntity;
|
||||
|
||||
if (NmsVersion.v1_14.isSupported()) {System.out.println("...");
|
||||
if (NmsVersion.v1_14.isSupported()) {
|
||||
Object entityType;
|
||||
|
||||
if (disguise.isCustomDisguise()) {
|
||||
|
|
Loading…
Reference in a new issue