Fix Hologram & TFunction Injector
This commit is contained in:
parent
345c8db233
commit
e685221014
@ -212,7 +212,7 @@ class THologramHandler implements Listener {
|
||||
}
|
||||
|
||||
@TSchedule(period = 200, async = true)
|
||||
public void e(PlayerMoveEvent e) {
|
||||
public void e() {
|
||||
Bukkit.getOnlinePlayers().forEach(THologram::refresh);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user