diff --git a/server/ControlScripts/Scopes/SpotlightsScope.php b/server/ControlScripts/Scopes/SpotlightsScope.php index dd8c057..ba9c211 100644 --- a/server/ControlScripts/Scopes/SpotlightsScope.php +++ b/server/ControlScripts/Scopes/SpotlightsScope.php @@ -15,7 +15,7 @@ $this -> set_btns_click_handlers("buttons_backdoor"); $this -> set_btns_click_handlers("master_door_btns"); $this -> btn_on_online("buttons_backdoor", [3]); - $this -> btn_on_online("master_door_btns", [3]); + $this -> btn_on_online("master_door_btns", [2]); } public function register_actions_scripts(): void {