diff options
| author | NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> | 2022-09-14 22:30:25 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 14:30:25 +0200 |
| commit | 18255a0e473092d0f389507a19944a7ddfc8078d (patch) | |
| tree | d8e6548a8ecd46cb408e44829a8e5011c5df0211 /src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java | |
| parent | 5e1cfdc20fa2d07f9448d0c0eee54cce9f1878f6 (diff) | |
| download | notenoughupdates-18255a0e473092d0f389507a19944a7ddfc8078d.tar.gz notenoughupdates-18255a0e473092d0f389507a19944a7ddfc8078d.tar.bz2 notenoughupdates-18255a0e473092d0f389507a19944a7ddfc8078d.zip | |
Added chat message to let players turn on the storage gui if they accidentally turned it off (#273)
* Added a chat message to turn the storage gui back on after turning it off in said storage gui
* remove the skyclient mixin
* map on by default
Diffstat (limited to 'src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java')
| -rw-r--r-- | src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java index 4397c02e..8e211bd6 100644 --- a/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java +++ b/src/main/java/io/github/moulberry/notenoughupdates/options/seperateSections/DungeonMapConfig.java @@ -73,7 +73,7 @@ public class DungeonMapConfig { name = "Show Dungeon Map", desc = "Show/hide the NEU dungeon map" ) - public boolean dmEnable = false; + public boolean dmEnable = true; @Expose @ConfigOption( |
