Reverted the disable of code at an event

This commit is contained in:
George Sokianos 2022-02-26 21:36:52 +00:00
parent decd5deeae
commit f2e42ca2fa
1 changed files with 1 additions and 1 deletions

View File

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