fix discord ui script history
This commit is contained in:
parent
1d2fccdf8b
commit
581b60df1c
@ -11,8 +11,9 @@ local container = LUI.UIVerticalList.new({
|
|||||||
spacing = 5
|
spacing = 5
|
||||||
})
|
})
|
||||||
|
|
||||||
|
history = {}
|
||||||
|
|
||||||
function canasktojoin(userid)
|
function canasktojoin(userid)
|
||||||
history = history or {}
|
|
||||||
if (history[userid] ~= nil) then
|
if (history[userid] ~= nil) then
|
||||||
return false
|
return false
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user