mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2026-01-04 15:41:38 +00:00
@@ -114,10 +114,10 @@ public class BukkitCompatibilityManager implements CompatibilityManager {
|
|||||||
EventConditions.register(worldGuardRegion, new AlwaysFalseCondition.FactoryImpl<>());
|
EventConditions.register(worldGuardRegion, new AlwaysFalseCondition.FactoryImpl<>());
|
||||||
LootConditions.register(worldGuardRegion, new AlwaysFalseCondition.FactoryImpl<>());
|
LootConditions.register(worldGuardRegion, new AlwaysFalseCondition.FactoryImpl<>());
|
||||||
}
|
}
|
||||||
if (this.isPluginEnabled("Geyser-Spigot")) {
|
if (this.hasPlugin("Geyser-Spigot")) {
|
||||||
this.hasGeyser = true;
|
this.hasGeyser = true;
|
||||||
}
|
}
|
||||||
if (this.isPluginEnabled("floodgate")) {
|
if (this.hasPlugin("floodgate")) {
|
||||||
this.hasFloodgate = true;
|
this.hasFloodgate = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user