Reverse a "debug" change to BukkitImplLoader
This commit is contained in:
@@ -172,9 +172,6 @@ public class BukkitImplLoader {
|
|||||||
if (className.equals(customCandidate)) {
|
if (className.equals(customCandidate)) {
|
||||||
LOGGER.warn("Failed to load the Bukkit adapter class '" + className + "'", e);
|
LOGGER.warn("Failed to load the Bukkit adapter class '" + className + "'", e);
|
||||||
}
|
}
|
||||||
if (className.contains("Adapter") && className.contains("18")) {
|
|
||||||
e.printStackTrace();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user