mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Released 7.7.4
This commit is contained in:
parent
881d76eafa
commit
4c52a26b46
2 changed files with 1 additions and 2 deletions
2
pom.xml
2
pom.xml
|
@ -59,7 +59,7 @@
|
||||||
<version>2.7.0</version>
|
<version>2.7.0</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
<version>7.7.3-SNAPSHOT</version>
|
<version>7.7.4-SNAPSHOT</version>
|
||||||
|
|
||||||
<distributionManagement>
|
<distributionManagement>
|
||||||
<repository>
|
<repository>
|
||||||
|
|
|
@ -194,7 +194,6 @@ public abstract class Disguise {
|
||||||
if (getEntity() instanceof Player && isSelfDisguiseVisible()) {
|
if (getEntity() instanceof Player && isSelfDisguiseVisible()) {
|
||||||
DisguiseUtilities.sendSelfDisguise((Player) getEntity());
|
DisguiseUtilities.sendSelfDisguise((Player) getEntity());
|
||||||
}
|
}
|
||||||
// ProtocolLibrary.getProtocolManager().updateEntity(getEntity(), getPerverts());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
// If the vectorY isn't 0. Cos if it is. Then it doesn't want to send any vectors.
|
// If the vectorY isn't 0. Cos if it is. Then it doesn't want to send any vectors.
|
||||||
|
|
Loading…
Reference in a new issue