Fix non-spigot server support

This commit is contained in:
Gabriele C
2017-10-02 08:05:35 +02:00
parent 60c7499cf4
commit caf2a0ee9e
5 changed files with 52 additions and 35 deletions
@@ -32,7 +32,7 @@ public final class ListenerConsistencyTest {
"PlayerListener#onPlayerQuit", "ServerListener#onPluginDisable",
"ServerListener#onServerPing", "ServerListener#onPluginEnable",
"PlayerListener#onJoinMessage", "PlayerListener#onAsyncPlayerPreLoginEvent",
"PlayerListener19#onPlayerSpawn");
"PlayerListener19Spigot#onPlayerSpawn");
@BeforeClass
public static void collectListenerClasses() {