mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 03:55:18 -04:00
gb/lb copy shouldn't copy inventory order. (Thanks goodlyay)
This commit is contained in:
parent
ec23154fc7
commit
4d74c9de91
@ -119,6 +119,7 @@ namespace MCGalaxy.Commands.CPE {
|
||||
BlockProps props = global ? BlockDefinition.GlobalProps[src.RawID] : p.level.Props[src.Index];
|
||||
dstDef = srcDef.Copy();
|
||||
dstDef.BlockID = (byte)dst.RawID;
|
||||
dstDef.InventoryOrder = -1;
|
||||
|
||||
AddBlock(p, dstDef, global, cmd, props);
|
||||
string scope = global ? "global" : "level";
|
||||
|
Loading…
x
Reference in New Issue
Block a user