fix compile

This commit is contained in:
Jesse Boyd
2019-11-21 19:56:10 +00:00
parent 6f32783e52
commit 1341e38a90
84 changed files with 930 additions and 286 deletions

View File

@@ -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);
}