Skip to content

Commit

Permalink
chore: remove debug line (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
dusan01 authored Dec 18, 2023
1 parent f218bd0 commit c7f6064
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ local function listZone()
if config.useTarget then
local model = config.locations.main.pedModel
local coords = config.locations.main.coords
lib.print.debug(config.locations.main)
lib.requestModel(model, 500)
local pedList = CreatePed(4, model, coords.x, coords.y, coords.z - 1, coords.w, true, true)
FreezeEntityPosition(pedList, true)
Expand Down

0 comments on commit c7f6064

Please sign in to comment.