Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

Commit

Permalink
changed function
Browse files Browse the repository at this point in the history
  • Loading branch information
lze3 committed Sep 30, 2018
1 parent 63c10f1 commit 206e740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions discord-rp/client.lua
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ end

Citizen.CreateThread(function()

SetData()
SetRP()

while true do
Citizen.Wait(2500)
SetData()
SetRP()
end

end)

0 comments on commit 206e740

Please sign in to comment.