Predict StorageComponent (#19682)
This commit is contained in:
@@ -67,7 +67,7 @@ public sealed partial class StoreSystem
|
||||
/// <param name="store">The store entity itself</param>
|
||||
/// <param name="component">The store component being refreshed.</param>
|
||||
/// <param name="ui"></param>
|
||||
public void UpdateUserInterface(EntityUid? user, EntityUid store, StoreComponent? component = null, BoundUserInterface? ui = null)
|
||||
public void UpdateUserInterface(EntityUid? user, EntityUid store, StoreComponent? component = null, PlayerBoundUserInterface? ui = null)
|
||||
{
|
||||
if (!Resolve(store, ref component))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user