mirror of
https://github.com/Michatec/wk_wars2x.git
synced 2026-04-01 00:16:27 +02:00
Removed debug mode stuff
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -35,7 +35,4 @@ CONFIG.plate_rear_lock_key = 109
|
||||
-- Radar fast limit locking
|
||||
-- When enabled, the player will be able to define a fast limit within the radar's menu, when a vehicle
|
||||
-- exceeds the fast limit, it will be locked into the fast box. Default setting is disabled to maintain realism
|
||||
CONFIG.allow_fast_limit = true
|
||||
|
||||
-- Debug mode
|
||||
CONFIG.debug_mode = false
|
||||
CONFIG.allow_fast_limit = true
|
||||
Reference in New Issue
Block a user