Fix/mission commands fix (#24)

This commit is contained in:
2025-05-03 02:44:15 +02:00
committed by GitHub
parent 3ed55f7aeb
commit 5f434542af
8 changed files with 67 additions and 22 deletions
+2 -1
View File
@@ -35,7 +35,8 @@ do -- INIT UTIL
end
---Gets a random from the list
---@param list table
---@param list Array
---@return any @random element from the list
function UTIL.randomFromList(list)
local max = #list