mirror of
https://github.com/TuxCoding/FastLogin.git
synced 2026-05-03 19:30:57 +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