mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Fix T/TE removal list bug
Thanks @Cat6363
This commit is contained in:
parent
1850ae22cf
commit
4e3d8a41ee
1 changed files with 2 additions and 2 deletions
|
@ -66,8 +66,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||
- j = entity.ad;
|
||||
- if (entity.aa && this.isChunkLoaded(k, j, true)) {
|
||||
- this.getChunkAt(k, j).b(entity);
|
||||
+ if (e.aa && this.isChunkLoaded(k, j, true)) {
|
||||
+ this.getChunkAt(k, j).b(e);
|
||||
+ if (e.aa && this.isChunkLoaded(j, k, true)) {
|
||||
+ this.getChunkAt(j, k).b(e);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue