emerladCoder / RPG-Maker-MV-Cheat-Menu-Plugin

RPG Maker MV Cheat Menu Plugin
348 stars 80 forks source link

fix patchPlugins.sh #20

Open m5kro opened 3 months ago

m5kro commented 3 months ago

This is a jank way of fixing the unix patcher. Before it used to insert before every single line containing ]; which sometimes breaks the plugins.js file. Now it only looks for the very last instance of ]; and adds in the json data.