mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fixes #2380
This commit is contained in:
parent
812d41092e
commit
475e9b50e1
@ -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);
|
||||
}
|
||||
|
||||
;
|
||||
|
Loading…
Reference in New Issue
Block a user