mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-01 02:46:41 +00:00
refactor! Remove deprecations marked for removal that are not present in upstream (#1483)
This commit is contained in:
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user