Skip to content

Commit

Permalink
fix: (esx-radio) accessing undefined variable radioProp
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Apr 9, 2024
1 parent fc51eeb commit 320df5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server-data/resources/[phone]/esx-radio/client.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
local radioMenu, onRadio = false, false
local radioMenu, onRadio, radioProp = false, false, {}
local RadioChannel = 0
local RadioVolume = 50

Expand Down
2 changes: 1 addition & 1 deletion server-data/resources/[phone]/esx-radio/fxmanifest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ fx_version("cerulean")
game("gta5")

description("Cool Radio for ESX, Coverted By Mycroft & Benzo")
version("1.0.0")
version("1.0.1")
lua54("yes")

shared_scripts({
Expand Down

0 comments on commit 320df5d

Please sign in to comment.