Content update for NetEntities (#18935)
This commit is contained in:
@@ -282,7 +282,7 @@ namespace Content.Client.Inventory
|
||||
return;
|
||||
|
||||
EntityManager.RaisePredictiveEvent(
|
||||
new InteractInventorySlotEvent(item.Value, altInteract: false));
|
||||
new InteractInventorySlotEvent(GetNetEntity(item.Value), altInteract: false));
|
||||
}
|
||||
|
||||
public void UIInventoryAltActivateItem(string slot, EntityUid uid)
|
||||
@@ -290,7 +290,7 @@ namespace Content.Client.Inventory
|
||||
if (!TryGetSlotEntity(uid, slot, out var item))
|
||||
return;
|
||||
|
||||
EntityManager.RaisePredictiveEvent(new InteractInventorySlotEvent(item.Value, altInteract: true));
|
||||
EntityManager.RaisePredictiveEvent(new InteractInventorySlotEvent(GetNetEntity(item.Value), altInteract: true));
|
||||
}
|
||||
|
||||
public sealed class SlotData
|
||||
|
||||
Reference in New Issue
Block a user