refactor! Remove deprecations marked for removal that are not present in upstream (#1483)

This commit is contained in:
Jordan
2021-12-22 00:53:45 +00:00
committed by GitHub
parent a4cec49e89
commit 6b6c94556a
13 changed files with 9 additions and 632 deletions

View File

@ -172,6 +172,9 @@ public class BukkitImplLoader {
if (className.equals(customCandidate)) {
LOGGER.warn("Failed to load the Bukkit adapter class '" + className + "'", e);
}
if (className.contains("Adapter") && className.contains("18")) {
e.printStackTrace();
}
}
}