mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-17 17:54:04 +00:00
[Bukkit] Ignore missing adapter if another platform is registered.
This commit is contained in:
@@ -97,7 +97,7 @@ public class ForgeWorldEdit {
|
||||
}
|
||||
|
||||
@EventHandler
|
||||
public void serverStarting(FMLServerStartingEvent event) {
|
||||
public void serverAboutToSTart(FMLServerAboutToStartEvent event) {
|
||||
if (this.platform != null) {
|
||||
logger.warning("FMLServerStartingEvent occurred when FMLServerStoppingEvent hasn't");
|
||||
WorldEdit.getInstance().getPlatformManager().unregister(platform);
|
||||
|
Reference in New Issue
Block a user