mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-13 05:19:47 +01:00
introduce changes from streamside fork
This commit is contained in:
@@ -40,4 +40,8 @@ table.contains = function(array, value)
|
||||
end
|
||||
end
|
||||
return false
|
||||
end
|
||||
|
||||
function isNumber(str)
|
||||
return tonumber(str) ~= nil
|
||||
end
|
||||
Reference in New Issue
Block a user