mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-09 16:07:40 +00:00
Trying to fix the vr sleeper.
This commit is contained in:
@@ -22,7 +22,6 @@ export const VrSleeper = context => {
|
||||
)}
|
||||
<Section
|
||||
title="VR Commands">
|
||||
buttons={(
|
||||
<Button
|
||||
content={data.toggle_open
|
||||
? 'Open VR Sleeper'
|
||||
@@ -30,7 +29,6 @@ export const VrSleeper = context => {
|
||||
icon={data.toggle_open ? 'lock' : 'unlock'}
|
||||
disabled={data.stored < data.max}
|
||||
onClick={() => act('toggle_open')} />
|
||||
)}
|
||||
{!!data.isoccupant && (
|
||||
<Button
|
||||
content={'Connect to VR'}
|
||||
|
||||
Reference in New Issue
Block a user