Closed jonasesser closed 1 year ago
Click on command line instructions
below for checkout information of this PR.
Code for Update a GroundItem:
static updateItem(item: GroundItem) {
InventoryView.update(item.item);
ServerItemController.update(item);
ServerObjectController.update({ uid: item.uid });
}
would of course be nicer if we could manage it soon with one line of code
Needed for object/item modifications, saving dropped items in db and for modification of ground items via WheelMenu.