mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 09:47:38 +00:00
Merge pull request #14 from IronApollo/master
Check for AsyncTabCompleteEvent class before attempting to create listener
This commit is contained in:
commit
0c4adb32eb
@ -125,6 +125,7 @@ public class FaweBukkit implements IFawe, Listener {
|
|||||||
}
|
}
|
||||||
|
|
||||||
try {
|
try {
|
||||||
|
Class.forName("com.destroystokyo.paper.event.server.AsyncTabCompleteEvent");
|
||||||
new AsyncTabCompleteListener(WorldEditPlugin.getInstance());
|
new AsyncTabCompleteListener(WorldEditPlugin.getInstance());
|
||||||
} catch (Throwable ignore)
|
} catch (Throwable ignore)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user