Toggles for handheld interactables. (#2049)
* how bout you give em a tog * two more. * boop
This commit is contained in:
@@ -60,7 +60,7 @@ namespace Content.Server.GameObjects.Components.Atmos
|
||||
{
|
||||
_checkPlayer = true;
|
||||
_position = null;
|
||||
UserInterface?.Open(session);
|
||||
UserInterface?.Toggle(session);
|
||||
UpdateUserInterface();
|
||||
Resync();
|
||||
}
|
||||
@@ -75,7 +75,7 @@ namespace Content.Server.GameObjects.Components.Atmos
|
||||
{
|
||||
_checkPlayer = false;
|
||||
_position = pos;
|
||||
UserInterface?.Open(session);
|
||||
UserInterface?.Toggle(session);
|
||||
UpdateUserInterface();
|
||||
Resync();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user