We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92e2a78 commit 308539dCopy full SHA for 308539d
client.lua
@@ -16,7 +16,7 @@ MSK.GetRandomLetter = function(length)
16
end
17
18
19
-MSK.Table.Contains = function(table, value)
+MSK.Table_Contains = function(table, value)
20
if type(value) == 'table' then
21
for k, v in pairs(table) do
22
for k2, v2 in pairs(value) do
server.lua
@@ -15,7 +15,7 @@ MSK.GetRandomLetter = function(length)
15
0 commit comments