introduce changes from streamside fork

This commit is contained in:
ErikasKontenis
2019-09-16 20:38:16 +03:00
parent f2cbc2dc1c
commit ad03b0eb3e
162 changed files with 2485 additions and 698 deletions

View File

@@ -40,4 +40,8 @@ table.contains = function(array, value)
end
end
return false
end
function isNumber(str)
return tonumber(str) ~= nil
end