mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-16 03:24:03 +00:00
fix compile
This commit is contained in:
@@ -217,7 +217,7 @@ public class PlayerProxy extends AbstractPlayerActor {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void sendTitle(String title, String sub) {
|
||||
public void sendTitle(Component title, Component sub) {
|
||||
basePlayer.sendTitle(title, sub);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user