Skip to content

Commit

Permalink
fix: export naming
Browse files Browse the repository at this point in the history
  • Loading branch information
ChatDisabled committed Apr 4, 2023
1 parent 426e098 commit 37814b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local QBCore = exports['qb-core']:GetCoreObject()
local QBCore = exports['qbx-core']:GetCoreObject()
local PlayerData = QBCore.Functions.GetPlayerData()
local config = Config
local speedMultiplier = config.UseMPH and 2.23694 or 3.6
Expand Down
2 changes: 1 addition & 1 deletion server.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local QBCore = exports['qb-core']:GetCoreObject()
local QBCore = exports['qbx-core']:GetCoreObject()
local ResetStress = false

QBCore.Commands.Add('cash', 'Check Cash Balance', {}, false, function(source, _)
Expand Down

0 comments on commit 37814b9

Please sign in to comment.