Fix insert

This commit is contained in:
CoolestDoggo 2022-09-10 20:52:40 -04:00
parent 83035c62a3
commit 0a8f14b052

View File

@ -15,7 +15,7 @@ local function insert(t, value)
end
end
table.insert(t, mid + state, value.DisplayName)
table.insert(t, mid + state, value)
end
for _, game in next, API.GAMES do