Updated FakePlayer against the newest API changes

This commit is contained in:
games647
2016-03-28 10:37:46 +02:00
parent b86bdf5f23
commit f00608c321

View File

@ -1448,5 +1448,15 @@ public class UltraAuthHook implements BukkitAuthPlugin {
public boolean isInvulnerable() {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public void setCollidable(boolean arg0) {
throw new UnsupportedOperationException("Not supported yet.");
}
@Override
public boolean isCollidable() {
throw new UnsupportedOperationException("Not supported yet.");
}
}
}