Control in settings
This commit is contained in:
parent
b0b17f8008
commit
0ee782cdd0
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@
|
|||
const _Window_Options_makeCommandList = Window_Options.prototype.makeCommandList;
|
||||
Window_Options.prototype.makeCommandList = function() {
|
||||
_Window_Options_makeCommandList.call(this);
|
||||
this.addCommand("Minimap (Mod)", "minimapEnabled");
|
||||
this.addCommand(" Fog of War (Mod)", "minimapFogOfWar");
|
||||
this.addCommand("Minimap Mod (M)", "minimapEnabled");
|
||||
this.addCommand(" Fog of War", "minimapFogOfWar");
|
||||
};
|
||||
|
||||
//=========================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue