mirror of
https://github.com/opentx/opentx.git
synced 2025-07-20 23:05:12 +03:00
Only works on the simu :(
This commit is contained in:
parent
31230aec00
commit
7cd7d0917e
1 changed files with 1 additions and 1 deletions
|
@ -203,7 +203,7 @@ static int luaKillEvents(lua_State *L)
|
|||
static int luaRaise(lua_State *L)
|
||||
{
|
||||
const char * message = luaL_checkstring(L, 1);
|
||||
throw message;
|
||||
// throw message;
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue