Skip to content

Commit 1707cbe

Browse files
committed
fix: Options being reset every launch (CLI)
1 parent 694479a commit 1707cbe

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

cli/src/main/java/org/mcphackers/mcp/main/MainCLI.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ public class MainCLI extends MCP {
5555

5656
public MainCLI(String[] args) {
5757
isGUI = false;
58-
options.resetDefaults();
5958
changeLanguage(Language.ENGLISH); // Some CLI text is hardcoded in English
6059
log("RetroMCP " + MCP.VERSION);
6160

@@ -153,7 +152,6 @@ public MainCLI(String[] args) {
153152
log("Unknown command. Type 'help' for list of available commands");
154153
}
155154
args = new String[]{};
156-
options.resetDefaults();
157155
if (!startedWithNoParams || mode == TaskMode.EXIT)
158156
exit = true;
159157
mode = null;

0 commit comments

Comments
 (0)