mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-16 03:14:04 +00:00
Fixed compile issue
This commit is contained in:
@@ -198,6 +198,11 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
basePlayer.sendFakeBlock(pos, block);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendTitle(String title, String sub) {
|
||||
basePlayer.sendTitle(title, sub);
|
||||
}
|
||||
|
||||
public Player getBasePlayer() {
|
||||
return basePlayer;
|
||||
}
|
||||
|
Reference in New Issue
Block a user