Reverse a "debug" change to BukkitImplLoader

This commit is contained in:
dordsor21
2021-12-22 11:37:01 +00:00
parent 6b6c94556a
commit d98f626ba6

View File

@@ -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();
}
} }
} }