i missed something as usual

This commit is contained in:
ZeroEpoch1969 2019-09-09 22:43:02 -07:00
parent 44f101841b
commit 14c9db3433
No known key found for this signature in database
GPG key ID: A7BAB4E14F089CF3
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();