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