Fix event listener priorities

This commit is contained in:
Gabriele C
2016-02-07 15:35:02 +01:00
parent 9cf7405f63
commit 2f2af829b0
4 changed files with 25 additions and 18 deletions
@@ -14,7 +14,6 @@ import fr.xephi.authme.settings.domain.Property;
import org.bukkit.command.CommandSender;
import org.bukkit.entity.Player;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.mockito.ArgumentCaptor;