mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2024-12-23 00:15:06 +00:00
Apparently resetTitles only resets the top part?
This commit is contained in:
parent
6e2256ffcf
commit
0dc672bcd5
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue