diff --git a/bhl.inc.php b/bhl.inc.php index ef41816..369cefe 100644 --- a/bhl.inc.php +++ b/bhl.inc.php @@ -219,12 +219,11 @@ function bhl_run_ex($bhl_inc_dir, array $bhl_files, $result_file, $debug = true, $user_sources = array( get("UNITY_ASSETS_DIR")."/Scripts/bhl/register.cs", - "$GAME_ROOT/dll_src/bhl/autobind.cs", get("UNITY_ASSETS_DIR")."/Scripts/bhl/autobind.cs" ); $postproc_sources = array( - "$GAME_ROOT/dll_src/bhl/postproc.cs", + get("UNITY_ASSETS_DIR")."/Scripts/bhl/postproc.cs", ); $bhl_deps = $bhl_files;