Commit fd0aca4 1 parent b6da262 commit fd0aca4 Copy full SHA for fd0aca4
File tree 1 file changed +0
-6
lines changed
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,6 @@ export enum PreferenceKey {
51
51
* macOS Example: "/path/to/lich.rbw"
52
52
*/
53
53
LICH_PATH = 'lich.path' ,
54
- /**
55
- * The arguments to pass to Lich when starting it.
56
- * Example: "--dragonrealms"
57
- */
58
- LICH_ARGS = 'lich.args' ,
59
54
/**
60
55
* The host to connect to when starting Lich.
61
56
* Example: "localhost"
@@ -86,7 +81,6 @@ export type PreferenceKeyToTypeMap = {
86
81
[ PreferenceKey . GAME_COMMAND_HISTORY_MIN_LENGTH ] : number ;
87
82
[ PreferenceKey . LICH_RUBY_PATH ] : string ;
88
83
[ PreferenceKey . LICH_PATH ] : string ;
89
- [ PreferenceKey . LICH_ARGS ] : string ;
90
84
[ PreferenceKey . LICH_HOST ] : string ;
91
85
[ PreferenceKey . LICH_PORT ] : number ;
92
86
[ PreferenceKey . LICH_START_WAIT ] : number ;
You can’t perform that action at this time.
0 commit comments