mirror of
https://github.com/CommunityOx/ox_lib.git
synced 2026-08-18 15:36:02 +01:00
chore(client/menu): remove debug code
This commit is contained in:
@@ -165,9 +165,7 @@ RegisterNUICallback('changeSelected', function(data, cb)
|
|||||||
end
|
end
|
||||||
|
|
||||||
if not args then args = {} end
|
if not args then args = {} end
|
||||||
print(data[2], data[3])
|
|
||||||
if data[2] then args[data[3]] = true end
|
if data[2] then args[data[3]] = true end
|
||||||
print(args.isScroll, args.isCheck)
|
|
||||||
|
|
||||||
if data[2] and not args.isCheck then
|
if data[2] and not args.isCheck then
|
||||||
data[2] += 1 -- scrollIndex
|
data[2] += 1 -- scrollIndex
|
||||||
|
|||||||
Reference in New Issue
Block a user