mirror of
https://github.com/boy0001/FastAsyncWorldedit.git
synced 2024-11-24 19:46:34 +01:00
Debug nms placer
This commit is contained in:
parent
51a8b41399
commit
3be0205c4b
@ -201,7 +201,7 @@ public class FaweBukkit implements IFawe, Listener {
|
||||
debug("====== NO NMS BLOCK PLACER FOUND ======");
|
||||
debug("FAWE couldn't find a fast block placer");
|
||||
debug("Bukkit version: " + Bukkit.getVersion());
|
||||
debug("Supported NMS versions: 1.8.8, 1.9.4");
|
||||
debug("NMS label: " + plugin.getClass().getSimpleName().split("_")[1]);
|
||||
debug("Fallback placer: " + BukkitQueue_All.class);
|
||||
debug("=======================================");
|
||||
hasNMS = false;
|
||||
|
Loading…
Reference in New Issue
Block a user