Skip to content

Commit

Permalink
chore: bump script to 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Dylan Thuillier committed Oct 19, 2019
1 parent 0f99d00 commit 58c15a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fivem_script/tokovoip_script/src/c_main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
local targetPed;
local useLocalPed = true;
local isRunning = false;
local scriptVersion = "1.3.4";
local scriptVersion = "1.3.5";
local animStates = {}
local displayingPluginScreen = false;
local HeadBone = 0x796e;
Expand Down Expand Up @@ -326,4 +326,4 @@ end)
-- Make exports available on first tick
exports("addPlayerToRadio", addPlayerToRadio);
exports("removePlayerFromRadio", removePlayerFromRadio);
exports("isPlayerInChannel", isPlayerInChannel);
exports("isPlayerInChannel", isPlayerInChannel);

0 comments on commit 58c15a4

Please sign in to comment.