i missed something as usual

This commit is contained in:
ZeroEpoch1969
2019-09-09 22:43:02 -07:00
parent 44f101841b
commit 14c9db3433
4 changed files with 6 additions and 6 deletions

View File

@ -166,7 +166,7 @@ public class ActivityLog extends FreedomService
}
}
@EventHandler(priority = EventPriority.MONITOR)
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerJoin(PlayerJoinEvent event)
{
Player player = event.getPlayer();
@ -178,7 +178,7 @@ public class ActivityLog extends FreedomService
}
}
@EventHandler(priority = EventPriority.MONITOR)
@EventHandler(priority = EventPriority.HIGH)
public void onPlayerQuit(PlayerQuitEvent event)
{
Player player = event.getPlayer();