- luaCheck implemented

This commit is contained in:
Wiesner András 2025-10-11 18:39:30 +02:00
parent 4cdb7e2c6a
commit 100e474566

View File

@ -123,8 +123,7 @@ class Task implements JsonSerializable
}
private function luaCheck(): void {
//$lua = new Lua($this->getGameDir() . DIRECTORY_SEPARATOR . $this->lua_script);
return;
$this->luaCall("check");
}
protected function staticCheck(): void {