mirror of
https://github.com/opentx/opentx.git
synced 2025-07-19 14:25:11 +03:00
Fix some events not sent to LUA telemetry scripts scripts.
Thix fixes #4366
This commit is contained in:
parent
d2415b35db
commit
e7d7f9df95
1 changed files with 1 additions and 1 deletions
|
@ -781,7 +781,7 @@ void luaDoOneRunStandalone(event_t evt)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
bool luaDoOneRunPermanentScript(uint8_t evt, int i, uint32_t scriptType)
|
bool luaDoOneRunPermanentScript(event_t evt, int i, uint32_t scriptType)
|
||||||
{
|
{
|
||||||
ScriptInternalData & sid = scriptInternalData[i];
|
ScriptInternalData & sid = scriptInternalData[i];
|
||||||
if (sid.state != SCRIPT_OK) return false;
|
if (sid.state != SCRIPT_OK) return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue