mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-14 19:55:52 -07:00
Update for 1.6.3
This commit is contained in:
@@ -283,11 +283,7 @@ public class World implements IBlockAccess {
|
||||
if (this.setRawData(i, j, k, l)) {
|
||||
int i1 = this.getTypeId(i, j, k);
|
||||
|
||||
if (Block.t[i1 & 255]) {
|
||||
this.update(i, j, k, i1);
|
||||
} else {
|
||||
this.applyPhysics(i, j, k, i1);
|
||||
}
|
||||
this.update(i, j, k, i1);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user