mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +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 {
|
||||
Class.forName("com.destroystokyo.paper.event.server.AsyncTabCompleteEvent");
|
||||
new AsyncTabCompleteListener(WorldEditPlugin.getInstance());
|
||||
} catch (Throwable ignore)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user