Intégration complète de la calculatrice

This commit is contained in:
2014-12-27 09:31:30 -05:00
parent 5990672dfb
commit 073ce55f8d
5 changed files with 12 additions and 7 deletions

View File

@@ -31,7 +31,7 @@ public class ChatAnalysisManager implements Listener {
onPlayerJoin(new PlayerJoinEvent(p, "")); // simule l'évènement d'arrivé d'un joueur, pour le rajouter
}
@EventHandler(priority=EventPriority.HIGH,ignoreCancelled=true)
@EventHandler(priority=EventPriority.HIGHEST,ignoreCancelled=true)
public void onAsyncPlayerChat(AsyncPlayerChatEvent event)
{
try {
@@ -39,7 +39,7 @@ public class ChatAnalysisManager implements Listener {
} catch (NullPointerException e) { }
}
@EventHandler(priority=EventPriority.HIGH)
@EventHandler(priority=EventPriority.HIGHEST)
public void onPlayerCommandPreprocess (PlayerCommandPreprocessEvent event)
{
try {