This commit is contained in:
MihailRis 2024-12-31 10:29:30 +03:00
parent 03a3062940
commit 06943525c4

View File

@ -141,6 +141,7 @@ bool lua::emit_event(
pop(L, 2); pop(L, 2);
return result; return result;
} }
pop(L, 1);
return false; return false;
} }