summaryrefslogtreecommitdiffstats
path: root/src/main/java/net/minecraft/server/ChunkSection.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/net/minecraft/server/ChunkSection.java')
-rw-r--r--src/main/java/net/minecraft/server/ChunkSection.java10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/main/java/net/minecraft/server/ChunkSection.java b/src/main/java/net/minecraft/server/ChunkSection.java
index 6478d275..94c967ec 100644
--- a/src/main/java/net/minecraft/server/ChunkSection.java
+++ b/src/main/java/net/minecraft/server/ChunkSection.java
@@ -48,17 +48,17 @@ public class ChunkSection {
if (i1 == 0 && l != 0) {
++this.b;
- if (Block.byId[l] != null && Block.byId[l].m()) {
+ if (Block.byId[l] != null && Block.byId[l].n()) {
++this.c;
}
} else if (i1 != 0 && l == 0) {
--this.b;
- if (Block.byId[i1] != null && Block.byId[i1].m()) {
+ if (Block.byId[i1] != null && Block.byId[i1].n()) {
--this.c;
}
- } else if (Block.byId[i1] != null && Block.byId[i1].m() && (Block.byId[l] == null || !Block.byId[l].m())) {
+ } else if (Block.byId[i1] != null && Block.byId[i1].n() && (Block.byId[l] == null || !Block.byId[l].n())) {
--this.c;
- } else if ((Block.byId[i1] == null || !Block.byId[i1].m()) && Block.byId[l] != null && Block.byId[l].m()) {
+ } else if ((Block.byId[i1] == null || !Block.byId[i1].n()) && Block.byId[l] != null && Block.byId[l].n()) {
++this.c;
}
@@ -127,7 +127,7 @@ public class ChunkSection {
}
} else {
++this.b;
- if (Block.byId[l].m()) {
+ if (Block.byId[l].n()) {
++this.c;
}
}