We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a3723e commit a49ef5eCopy full SHA for a49ef5e
libraries/AP_Scripting/applets/SoarNav.lua
@@ -124,7 +124,7 @@ Script Parameters (SNAV_*)
124
125
--[[ SCRIPT INITIALIZATION ]]--
126
127
-math.randomseed(tonumber(tostring(millis() or 0)))
+math.randomseed(tonumber(tostring(millis() or 0)) or 0)
128
129
-- Enums for GCS message severity and script internal state
130
local MAV_SEVERITY = {
0 commit comments