1.13 update

Mostly changes with Material.java
This commit is contained in:
Magnus Ulf
2018-12-22 23:59:12 +01:00
parent ad052f762e
commit c0041e60e2
7 changed files with 94 additions and 125 deletions

View File

@@ -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;