1
0
Fork 0
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:
bsongis 2014-05-27 22:06:08 +02:00
parent 31230aec00
commit 7cd7d0917e

View file

@ -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;
}