diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/ModGuiSwitcher.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/constants/ModGuiSwitcher.json b/constants/ModGuiSwitcher.json index ea253a6..173f429 100644 --- a/constants/ModGuiSwitcher.json +++ b/constants/ModGuiSwitcher.json @@ -71,7 +71,8 @@ "command": "neu", "guiPath": [ "io.github.moulberry.notenoughupdates.core.GuiScreenElementWrapper", - "io.github.moulberry.notenoughupdates.core.config.gui." + "io.github.moulberry.notenoughupdates.core.config.gui.", + "io.github.moulberry.notenoughupdates.commands.help.SettingsCommand$createConfigScreen$1" ] }, "OneConfig": { |