Skip to content

Commit

Permalink
Removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ghermans authored Oct 5, 2019
1 parent d15956a commit 4b3d0c7
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 4b3d0c7

Please sign in to comment.