Mise en place de la calculatrice utilisable depuis le chat : précéder l'expression mathématique par un =

This commit is contained in:
2014-12-26 13:44:49 -05:00
parent 6f05cf681f
commit 5990672dfb
3 changed files with 139 additions and 15 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.HIGHEST)
@EventHandler(priority=EventPriority.HIGH,ignoreCancelled=true)
public void onAsyncPlayerChat(AsyncPlayerChatEvent event)
{
try {