Skip to content

Commit

Permalink
fix: bpt_menu\config.lua variable plyPed is never set
Browse files Browse the repository at this point in the history
  • Loading branch information
bitpredator committed Jul 12, 2024
1 parent 58cbfa6 commit 7583b6a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion server-data/resources/[bpt_addons]/bpt_menu/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ local Keys = {
["N8"] = 61,
["N9"] = 118,
}
local plyPed

local plyPed = nil
Config = {}

-- FRAMEWORK --
Expand Down

0 comments on commit 7583b6a

Please sign in to comment.