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:
parent
8916dc0d53
commit
20dd524044
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user