Fix inventory slots not updating when prediction is disabled. (#12215)

This commit is contained in:
Leon Friedrich
2022-10-26 16:19:02 +13:00
committed by GitHub
parent 0f79c7abe6
commit f6db79d303

View File

@@ -39,6 +39,7 @@ namespace Content.Client.Inventory
public override void Initialize() public override void Initialize()
{ {
UpdatesOutsidePrediction = true;
base.Initialize(); base.Initialize();
SubscribeLocalEvent<ClientInventoryComponent, PlayerAttachedEvent>(OnPlayerAttached); SubscribeLocalEvent<ClientInventoryComponent, PlayerAttachedEvent>(OnPlayerAttached);