mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-27 21:19:00 +01:00
Fixed the behaviour of fluid blocks. Fixes BUKKIT-629
This commit is contained in:
parent
5bcb23502e
commit
5900268e7a
@ -180,7 +180,7 @@ public abstract class BlockFluids extends Block {
|
||||
super.a(world, i, j, k, random);
|
||||
}
|
||||
|
||||
public void postPlace(World world, int i, int j, int k, int l) { // CraftBukkit - onPlace(World, int, int, int) -> postPlace(World, int, int, int, int)
|
||||
public void onPlace(World world, int i, int j, int k) {
|
||||
this.i(world, i, j, k);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user