mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-01 17:01:56 +01:00
Rebuild #2
This commit is contained in:
parent
e249de236b
commit
e5af9ac1b5
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||||
+ // rendering they can be seen through therefor we special
|
+ // rendering they can be seen through therefor we special
|
||||||
+ // case them so that the antixray doesn't show the fake
|
+ // case them so that the antixray doesn't show the fake
|
||||||
+ // blocks around them.
|
+ // blocks around them.
|
||||||
+ return block.isOccluding() && block != Blocks.MOB_SPAWNER && block != Blocks.BARRIER;
|
+ return block.isOccluding() && block != Blocks.MOB_SPAWNER;
|
||||||
+ }
|
+ }
|
||||||
+}
|
+}
|
||||||
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
|
diff --git a/src/main/java/org/spigotmc/SpigotWorldConfig.java b/src/main/java/org/spigotmc/SpigotWorldConfig.java
|
||||||
|
|
Loading…
Reference in a new issue