more corrections

This commit is contained in:
Applevangelist 2021-08-18 11:47:25 +02:00
parent 1a7fb3c13e
commit e91090cfff

View File

@ -1510,7 +1510,7 @@ end
--@return #table
function UTILS.ShuffleTable(t)
if t == nil or type(t) ~= "table" then
BASE:I("Error in ShuffleTable: Missing or wrong tyåe of Argument")
BASE:I("Error in ShuffleTable: Missing or wrong type of Argument")
return
end
math.random()