Skip to content

Commit 80dae8b

Browse files
committed
Fix playtest generation bug.
1 parent e3b6317 commit 80dae8b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

www/mods/oneloader/oneloader-assistant.js

+4-4
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
.replace(".OMORI",".js")
100100
.replace(".HERO",".yaml")
101101
.replace(".AUBREY",".json")
102-
.replace(".PLUTO", ".json")
102+
.replace(".PLUTO", ".yaml")
103103
.replace(".rpgmvp", ".png")
104104
.replace(".rpgmvm",".m4a")
105105
.replace(".rpgmvo",".ogg");
@@ -209,9 +209,9 @@
209209
}
210210
}
211211
nfs.writeFileSync(path.join(target, "js/plugins.js"), `// Generated by RPG Maker.
212-
// Do not edit this file directly.
213-
var $plugins =
214-
${JSON.stringify(plugins, null, 2)}`);
212+
// Do not edit this file directly.
213+
var $plugins =
214+
${JSON.stringify(plugins, null, 2)}`);
215215
}
216216

217217
overlay.remove();

0 commit comments

Comments
 (0)