Fix Hologram & TFunction Injector

master
sky 2020-03-17 00:07:27 +08:00
parent 345c8db233
commit e685221014
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}