Toggles for handheld interactables. (#2049)
* how bout you give em a tog * two more. * boop
This commit is contained in:
@@ -294,7 +294,7 @@ namespace Content.Server.GameObjects.Components.Instruments
|
||||
|
||||
private void OpenUserInterface(IPlayerSession session)
|
||||
{
|
||||
UserInterface?.Open(session);
|
||||
UserInterface?.Toggle(session);
|
||||
}
|
||||
|
||||
public override void Update(float delta)
|
||||
|
||||
Reference in New Issue
Block a user