Skip to content

Commit

Permalink
chore(fivem-script): bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Itokoyamato committed Jul 3, 2020
1 parent b169473 commit 6b67bea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fivem_script/tokovoip_script/c_config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ TokoVoipConfig = {
refreshRate = 100, -- Rate at which the data is sent to the TSPlugin
networkRefreshRate = 2000, -- Rate at which the network data is updated/reset on the local ped
playerListRefreshRate = 5000, -- Rate at which the playerList is updated
minVersion = "1.2.4", -- Version of the TS plugin required to play on the server
minVersion = "1.5.0", -- Version of the TS plugin required to play on the server

distance = {
15, -- Normal speech distance in gta distance units
Expand Down
2 changes: 1 addition & 1 deletion 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.5";
local scriptVersion = "1.5.0";
local animStates = {}
local displayingPluginScreen = false;
local HeadBone = 0x796e;
Expand Down

0 comments on commit 6b67bea

Please sign in to comment.