mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-01-10 08:57:17 +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() {
|
TaskManager.runTaskLater(new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
playerObj.resetTitle();
|
playerObj.sendTitle("","");
|
||||||
}
|
}
|
||||||
}, delay);
|
}, delay * 20);
|
||||||
}
|
}
|
||||||
catch (Throwable e) {
|
catch (Throwable e) {
|
||||||
AbstractTitle.TITLE_CLASS = new DefaultTitle();
|
AbstractTitle.TITLE_CLASS = new DefaultTitle();
|
||||||
|
|
Loading…
Reference in a new issue