shit
This commit is contained in:
@@ -52,16 +52,16 @@ public sealed partial class StoreSystem
|
||||
UpdateUserInterface(user, storeEnt, component);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Closes the store UI for everyone, if it's open
|
||||
/// </summary>
|
||||
public void CloseUi(EntityUid uid, StoreComponent? component = null)
|
||||
{
|
||||
if (!Resolve(uid, ref component))
|
||||
return;
|
||||
|
||||
_ui.TryCloseAll(uid, StoreUiKey.Key);
|
||||
}
|
||||
// /// <summary>
|
||||
// /// Closes the store UI for everyone, if it's open
|
||||
// /// </summary>
|
||||
// public void CloseUi(EntityUid uid, StoreComponent? component = null)
|
||||
// {
|
||||
// if (!Resolve(uid, ref component))
|
||||
// return;
|
||||
//
|
||||
// _ui.TryCloseAll(uid, StoreUiKey.Key);
|
||||
// }
|
||||
|
||||
/// <summary>
|
||||
/// Updates the user interface for a store and refreshes the listings
|
||||
|
||||
Reference in New Issue
Block a user