More lua stuff, yay.
Some checks failed
Build Dusk / run-tests (push) Failing after 1m18s
Build Dusk / build-linux (push) Failing after 1m43s
Build Dusk / build-psp (push) Failing after 1m46s

This commit is contained in:
2026-02-01 21:54:33 -06:00
parent 053778a502
commit c6f4518684
14 changed files with 131 additions and 202 deletions

View File

@@ -267,10 +267,5 @@ int moduleCameraNewIndex(lua_State *l) {
}
}
luaL_error(
l,
"Attempted to set unknown or read-only camera field '%s'.",
key
);
return 0;
}