diff --git a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/PlotPlayer.java b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/PlotPlayer.java index 0c7c4a936..23cf49e98 100644 --- a/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/PlotPlayer.java +++ b/Core/src/main/java/com/github/intellectualsites/plotsquared/plot/object/PlotPlayer.java @@ -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); } ;