Update to 9.0.7

This commit is contained in:
libraryaddict 2016-06-13 21:39:48 +12:00
parent 410b96dafe
commit 291942b9b4
3 changed files with 34 additions and 32 deletions

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>LibsDisguises</groupId> <groupId>LibsDisguises</groupId>
<artifactId>LibsDisguises</artifactId> <artifactId>LibsDisguises</artifactId>
<version>9.0.6-SNAPSHOT</version> <version>9.0.7</version>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>

@ -811,6 +811,8 @@ public abstract class Disguise
getWatcher().setBackupValue(flag, backup == null ? null : backup.getDefault()); getWatcher().setBackupValue(flag, backup == null ? null : backup.getDefault());
} }
getWatcher().setNoGravity(true);
} }
public Disguise setVelocitySent(boolean sendVelocity) public Disguise setVelocitySent(boolean sendVelocity)

@ -19,7 +19,7 @@ public enum RabbitType
private int type; private int type;
RabbitType(int type) private RabbitType(int type)
{ {
this.type = type; this.type = type;
} }