Skip to content

Commit

Permalink
Merge pull request #63 from ghermans/dev
Browse files Browse the repository at this point in the history
Removed debug line
  • Loading branch information
ghermans authored Oct 5, 2019
2 parents 0dab731 + 4b3d0c7 commit 079bbfb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions vf_base/client/spawn.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ Citizen.CreateThread(function()
Wait(800)
end

print('Ready to start the intro')

if not IsPlayerSwitchInProgress() then
SetEntityVisible(PlayerPedId(), false, 0)
SwitchOutPlayer(PlayerPedId(), 32, 1)
Expand Down Expand Up @@ -129,4 +127,4 @@ Citizen.CreateThread(function()
end
end
end
end)
end)

0 comments on commit 079bbfb

Please sign in to comment.