1.13 update
Mostly changes with Material.java
This commit is contained in:
@@ -61,7 +61,7 @@ public class EngineWorldGuard extends Engine
|
||||
// Only do this for players
|
||||
if (player == null) return;
|
||||
|
||||
LocalPlayer wrapperPlayer = WorldGuardPlugin.inst().wrapPlayer(player);
|
||||
LocalPlayer wrapperPlayer = WorldGuardPlugin.inst() .wrapPlayer(player);
|
||||
|
||||
if ( ! MConf.get().worldguardCheckWorldsEnabled.contains(player)) return;
|
||||
|
||||
|
Reference in New Issue
Block a user