mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-09 00:22:08 -07:00
[Auto] Updated Upstream (CraftBukkit)
Upstream has released updates that appear to apply and compile correctly. This update has not been tested by PaperMC and as with ANY update, please do your own testing CraftBukkit Changes: 95544a2da SPIGOT-6350: Fix wrong portal block place order
This commit is contained in:
@@ -19,4 +19,4 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
|||||||
+ // Paper end
|
+ // Paper end
|
||||||
CraftBlockState state = CraftBlockState.getBlockState(world, position, flag);
|
CraftBlockState state = CraftBlockState.getBlockState(world, position, flag);
|
||||||
state.setData(data);
|
state.setData(data);
|
||||||
list.put(position, state);
|
// remove first to keep insertion order
|
||||||
|
Submodule work/CraftBukkit updated: 6f55b5b888...95544a2da8
Reference in New Issue
Block a user