mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2025-07-29 18:27:36 +02:00
Updated FakePlayer against the newest API changes
This commit is contained in:
@ -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.");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user