diff --git a/server/ControlScripts/SpotlightsScope.php b/server/ControlScripts/SpotlightsScope.php index 6c372ec..8318ad1 100644 --- a/server/ControlScripts/SpotlightsScope.php +++ b/server/ControlScripts/SpotlightsScope.php @@ -28,8 +28,6 @@ ]; public function register_events_handlers(): void { - $this -> backdoor_btns_online(); - $this -> master_door_btns_online(); $this -> btns_click_handlers("buttons_backdoor"); $this -> btns_click_handlers("master_door_btns"); $this -> on_online("buttons_backdoor");