mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-24 05:03:34 -04:00
Fix /spin and rotating resulting in air no longer being pasted. (Thanks goodlyay)
This commit is contained in:
parent
08186c876c
commit
bd874937e4
@ -90,6 +90,7 @@ namespace MCGalaxy.Drawing {
|
|||||||
CopyState newState = new CopyState(state.X, state.Y, state.Z,
|
CopyState newState = new CopyState(state.X, state.Y, state.Z,
|
||||||
state.Width, state.Height, state.Length);
|
state.Width, state.Height, state.Length);
|
||||||
newState.UsedBlocks = state.UsedBlocks;
|
newState.UsedBlocks = state.UsedBlocks;
|
||||||
|
newState.PasteAir = state.PasteAir;
|
||||||
return newState;
|
return newState;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user