mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Apparently resetTitles only resets the top part?
This commit is contained in:
parent
6e2256ffcf
commit
0dc672bcd5
@ -15,9 +15,9 @@ public class DefaultTitle_19 extends AbstractTitle {
|
||||
TaskManager.runTaskLater(new Runnable() {
|
||||
@Override
|
||||
public void run() {
|
||||
playerObj.resetTitle();
|
||||
playerObj.sendTitle("","");
|
||||
}
|
||||
}, delay);
|
||||
}, delay * 20);
|
||||
}
|
||||
catch (Throwable e) {
|
||||
AbstractTitle.TITLE_CLASS = new DefaultTitle();
|
||||
|
Loading…
Reference in New Issue
Block a user