Fix inventory slots not updating when prediction is disabled. (#12215)
This commit is contained in:
parent
0f79c7abe6
commit
f6db79d303
|
|
@ -39,6 +39,7 @@ namespace Content.Client.Inventory
|
|||
|
||||
public override void Initialize()
|
||||
{
|
||||
UpdatesOutsidePrediction = true;
|
||||
base.Initialize();
|
||||
|
||||
SubscribeLocalEvent<ClientInventoryComponent, PlayerAttachedEvent>(OnPlayerAttached);
|
||||
|
|
|
|||
Loading…
Reference in New Issue