Fix double dependency, offlineplayer override

This commit is contained in:
vemacs 2015-06-12 11:28:41 -06:00
parent 20a59ddb6e
commit 56cfffb2ef
2 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,6 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.spigotmc</groupId>
<artifactId>spigot-api</artifactId>
<version>1.8.7-R0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>BOSEconomy</groupId>
<artifactId>BOSEconomy</artifactId>

View File

@ -1196,6 +1196,11 @@ public class OfflinePlayer implements Player {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void setSpectatorTarget(Entity entity) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean isLeashed() {
throw new UnsupportedOperationException("Not supported yet.");