Released 4.5

This commit is contained in:
Andrew 2013-05-30 06:25:20 +12:00
parent f31e9011ff
commit 437ac02e5a
2 changed files with 1 additions and 12 deletions

View file

@ -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>4.4</version> <version>4.5</version>
<build> <build>
<sourceDirectory>src</sourceDirectory> <sourceDirectory>src</sourceDirectory>
<defaultGoal>clean package</defaultGoal> <defaultGoal>clean package</defaultGoal>

View file

@ -1,11 +0,0 @@
package me.libraryaddict.disguise.DisguiseTypes.Watchers;
import me.libraryaddict.disguise.DisguiseTypes.FlagWatcher;
public class LivingEntityWatcher extends FlagWatcher {
protected LivingEntityWatcher(int entityId) {
super(entityId);
}
}