Reverted the disable of code at an event
This commit is contained in:
parent
decd5deeae
commit
f2e42ca2fa
|
@ -267,7 +267,7 @@ top:
|
|||
// default:
|
||||
// return luaL_error(L, "unknown dmon event action: %d", e.user.code & 0xffff);
|
||||
// }
|
||||
// lua_pushstring(L, e.user.data1);
|
||||
lua_pushstring(L, e.user.data1);
|
||||
free(e.user.data1);
|
||||
return 4;
|
||||
|
||||
|
|
Loading…
Reference in New Issue