Removed debug mode stuff

This commit is contained in:
Dan
2020-01-30 20:13:32 +00:00
parent 8e9ab08ba9
commit 08819340a6
2 changed files with 2 additions and 10 deletions

View File

@@ -1578,12 +1578,7 @@ Citizen.CreateThread( function()
end
end )
function RunControlManager()
-- 'Z' key, toggles debug mode
--[[ if ( IsDisabledControlJustPressed( 1, 20 ) ) then
self.config.debug_mode = not self.config.debug_mode
end ]]
function RunControlManager()
if ( not RADAR:GetKeyLockState() ) then
-- Opens the remote control
if ( IsDisabledControlJustPressed( 1, CONFIG.remote_control_key ) ) then