Finish implementing LUA_PROBE

This commit is contained in:
2024-09-05 01:33:14 -04:00
parent 2d8015c2ae
commit 2913f2bac2
6 changed files with 30 additions and 10 deletions

View File

@@ -700,7 +700,7 @@ void World::run_unittests() {
void World::invoke(const Invocation &inv) {
switch (inv.kind()) {
case InvocationKind::LUA_CALL:
case InvocationKind::LUA_INVOKE:
invoke_lua_call(inv.actor(), inv.place(), inv.datapack());
break;
case InvocationKind::LUA_EXPR: