Stack components are now entirely logicless.
- GetState is handled in SharedStackSystem - Adds friend attributes to the stack components
This commit is contained in:
@@ -17,7 +17,7 @@ namespace Content.Client.Stack
|
||||
private void OnStackCountChanged(EntityUid uid, StackComponent component, StackCountChangedEvent args)
|
||||
{
|
||||
// Dirty the UI now that the stack count has changed.
|
||||
component.DirtyUI();
|
||||
component.UiUpdateNeeded = true;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user