Skip to content
This repository has been archived by the owner on May 13, 2021. It is now read-only.

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans committed Jan 11, 2019
1 parent fdb522b commit af5b48e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions client.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
IsPlayerNearClub = false

function CreateDj(dj)
if dj == "solomon" then
if dj == "solomun" then
model = "csb_sol"
elseif dj == "dixon" then
model = "csb_dix"
Expand Down Expand Up @@ -67,7 +67,7 @@ end

Citizen.CreateThread(function()
DoScreenFadeIn(100)

RequestIpl("ba_case7_dixon")
for k,v in pairs(locations) do
local ix,iy,iz = table.unpack(v["markin"])
local blip = AddBlipForCoord(ix,iy,iz)
Expand Down
4 changes: 2 additions & 2 deletions config.lua
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
-- Choose between solomon or dixon
current_dj = "solomon"
-- Choose between solomun or dixon
current_dj = "solomun"

-- Configure the coordinates for each nightclub
locations = {
Expand Down

0 comments on commit af5b48e

Please sign in to comment.