Devlogs
Version 1.12 Minor bugfix
Posted October 29, 2020 by Ramza
#rpgmaker #bugfix
Greetings.
I have uploaded a new version of this plugin for both MV and MZ with the following change:
- Corrected an issue where I declared a variable as a constant instead of a variable.
- This caused a project crash during boot, if any other plugins used the same variable name in the same scope as this one did. Specifically, a variable names 'params' in the global scope. Almost all of my other plugins use this variable to declare plugin parameters.
- I had released an update to a different plugin earlier where I'd also made the same mistake, thinking that changing one of these declarations from a const to a var would fix the problem, but was mistaken, so this one also needed to be updated.
Files
MZ Plugin Download 11 kB
MV Plugin Download 11 kB