This commit is contained in:
MattBDev 2019-05-31 12:00:44 -04:00
parent 812d41092e
commit 475e9b50e1

View File

@ -345,7 +345,7 @@ public abstract class PlotPlayer implements CommandCaller, OfflinePlotPlayer {
}
public void sendTitle(String title, String subtitle) {
sendTitle(title, subtitle, 1, 2, 1);
sendTitle(title, subtitle, 10, 50, 10);
}
;