Skip to content

Commit

Permalink
Update main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kurosar authored Jul 18, 2021
1 parent 40fdcac commit 9f5e22e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qb-hud-redux/client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ local thirst = 100
local oxygen = 100
local stamina = 100
local cashAmount = 0
local isLoggedIn = true
local isLoggedIn = false
local Player = nil

local fasttick = 300
Expand Down Expand Up @@ -384,4 +384,4 @@ function GetDirectionText(heading)
end

RegisterKeyMapping('toggleseatbelt', 'Toggle Seatbelt', 'keyboard', 'G')
RegisterKeyMapping('togglecruise', 'Toggle Cruise', 'keyboard', 'Y')
RegisterKeyMapping('togglecruise', 'Toggle Cruise', 'keyboard', 'Y')

0 comments on commit 9f5e22e

Please sign in to comment.