This commit is contained in:
dazedanon 2025-12-21 12:20:48 -06:00
parent 0e00f840f5
commit b0b17f8008

View file

@ -114,7 +114,7 @@
Window_Options.prototype.makeCommandList = function() {
_Window_Options_makeCommandList.call(this);
this.addCommand("Minimap (Mod)", "minimapEnabled");
this.addCommand(" Fog of War", "minimapFogOfWar");
this.addCommand(" Fog of War (Mod)", "minimapFogOfWar");
};
//=========================================================================