mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-01 20:52:12 -07:00
even more compile fixes
This commit is contained in:
@@ -22,7 +22,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
}
|
}
|
||||||
+
|
+
|
||||||
+ public boolean isTicking() {
|
+ public boolean isTicking() {
|
||||||
+ return ((ServerChunkCache) level.getChunkSource()).isInEntityTickingChunk(this);
|
+ return ((ServerChunkCache) level.getChunkSource()).isPositionTicking(this);
|
||||||
+ }
|
+ }
|
||||||
// Paper end
|
// Paper end
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user