Released 7.7.4

This commit is contained in:
libraryaddict 2013-11-25 16:31:11 +13:00
parent 881d76eafa
commit 4c52a26b46
2 changed files with 1 additions and 2 deletions

View file

@ -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>

View file

@ -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.