Fix Stack item status not updating correctly.

This commit is contained in:
Pieter-Jan Briers
2020-01-11 13:36:37 +01:00
parent ca58afd81b
commit 3cceb35445

View File

@@ -26,6 +26,7 @@ namespace Content.Client.GameObjects.Components
Count = cast.Count;
MaxCount = cast.MaxCount;
_uiUpdateNeeded = true;
}
private sealed class StatusControl : Control