From b0b17f80089ce3a80a47fad9bb777a6653d3d4b4 Mon Sep 17 00:00:00 2001 From: dazedanon Date: Sun, 21 Dec 2025 12:20:48 -0600 Subject: [PATCH] Mod --- js/plugins/MinimapZoom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/plugins/MinimapZoom.js b/js/plugins/MinimapZoom.js index 436dc97..a0a3d37 100644 --- a/js/plugins/MinimapZoom.js +++ b/js/plugins/MinimapZoom.js @@ -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"); }; //=========================================================================