1
0
mirror of https://e.coding.net/circlecloud/QuickShop.git synced 2024-11-21 01:48:54 +00:00

fix: 修复悬浮物初始化错误

Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
502647092 2017-05-15 10:08:22 +08:00
parent 8916dc0d53
commit 20dd524044

View File

@ -46,6 +46,7 @@ public class FakeItem_19_111 extends FakeItem {
mdf.write(2, location.getX());
mdf.write(3, location.getY());
mdf.write(4, location.getZ());
mdf.write(10, 2);
return fakePacket;
}
}