Skip to content

Commit

Permalink
Revert "fix: load locales normally"
Browse files Browse the repository at this point in the history
This reverts commit 7038f6e.
  • Loading branch information
BerkieBb committed Jan 29, 2024
1 parent e10728e commit e92ae44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions client/main.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
lib.locale()

local config = require 'config.client'
local playerState = LocalPlayer.state
local speedMultiplier = config.useMPH and 2.237 or 3.6
Expand Down
1 change: 1 addition & 0 deletions fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ description 'qbx_seatbelt'
repository 'https://github.com/Qbox-project/qbx_seatbelt'
version '1.0.0'

ox_lib 'locale'
shared_script '@ox_lib/init.lua'

client_scripts {
Expand Down

0 comments on commit e92ae44

Please sign in to comment.