diff options
author | Pixel <pixel@nobis-crew.org> | 2010-02-01 16:08:41 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2010-02-01 16:08:41 -0800 |
commit | bf324d5040d17f8194596f90edb2c5965e2c6cc7 (patch) | |
tree | f7640209eb4463913a712332c73ddbc27c9bedb8 | |
parent | da10d1225e30f1fba8e58d38b634a40e832250d4 (diff) |
Fixing bug with the new jp-in-us system; we need to force dump mode off.
-rw-r--r-- | VP-process.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/VP-process.lua b/VP-process.lua index f4c9bb0..464e686 100644 --- a/VP-process.lua +++ b/VP-process.lua @@ -302,6 +302,7 @@ function main(...) if not index_add[i] then iso_add_full = false end end end + if jp_in_us then dump_mode = false end local iso, cindex if not dump_mode then iso = prepare_out(iso_out) |