mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-16 03:14:04 +00:00
Merge remote-tracking branch 'upstream/master' into merge
This commit is contained in:
@@ -221,4 +221,9 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
public Player getBasePlayer() {
|
||||
return basePlayer;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void floatAt(int x, int y, int z, boolean alwaysGlass) {
|
||||
basePlayer.floatAt(x, y, z, alwaysGlass);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user