mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-14 19:29:53 +01:00
Fix inventory slots not updating when prediction is disabled. (#12215)
This commit is contained in:
@@ -39,6 +39,7 @@ namespace Content.Client.Inventory
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
UpdatesOutsidePrediction = true;
|
||||
base.Initialize();
|
||||
|
||||
SubscribeLocalEvent<ClientInventoryComponent, PlayerAttachedEvent>(OnPlayerAttached);
|
||||
|
||||
Reference in New Issue
Block a user