From e02ed86088da6eb8aeb14642b5ff98adf4ec4cb1 Mon Sep 17 00:00:00 2001 From: Paul Chote Date: Tue, 4 Jan 2011 18:14:29 +1300 Subject: [PATCH] Content mix files may be inside main.mix. redalert.mix should always be there. --- mods/ra/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/ra/mod.html b/mods/ra/mod.html index 39cec0cf5a..84d7206793 100644 --- a/mods/ra/mod.html +++ b/mods/ra/mod.html @@ -97,7 +97,7 @@ // Returns 2 if basic files plus music are installed function packagesInstalled() { - if (window.external.existsInMod("packages/conquer.mix","ra") != 1) + if (window.external.existsInMod("packages/redalert.mix","ra") != 1) return 0; return (window.external.existsInMod("packages/scores.mix","ra") == 1) ? 2 : 1; }