Skip to content

Commit 8d2b6a3

Browse files
committed
Small cleanups.
1 parent 178e79a commit 8d2b6a3

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

config/autoload/dependencies.global.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@
107107
'string $factorioApiToken' => readConfig(ModConfigKey::MAIN, ModConfigKey::OPTIONS, ModConfigKey::OPTION_TOKEN),
108108
'string $factorioApiUsername' => readConfig(ModConfigKey::MAIN, ModConfigKey::OPTIONS, ModConfigKey::OPTION_USERNAME),
109109
'string $fullFactorioDirectory' => readConfig(ConfigKey::MAIN, ConfigKey::DIRECTORIES, ConfigKey::DIRECTORY_FACTORIO_FULL),
110-
'string $factorioDirectory' => readConfig(ConfigKey::MAIN, ConfigKey::DIRECTORIES, ConfigKey::DIRECTORY_FACTORIO),
111110
'string $headlessFactorioDirectory' => readConfig(ConfigKey::MAIN, ConfigKey::DIRECTORIES, ConfigKey::DIRECTORY_FACTORIO_HEADLESS),
112111
'string $instancesDirectory' => readConfig(ConfigKey::MAIN, ConfigKey::DIRECTORIES, ConfigKey::DIRECTORY_INSTANCES),
113112
'string $logsDirectory' => readConfig(ConfigKey::MAIN, ConfigKey::DIRECTORIES, ConfigKey::DIRECTORY_LOGS),

src/Constant/ConfigKey.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,6 @@ interface ConfigKey
2727
*/
2828
public const DIRECTORY_CACHE = 'cache';
2929

30-
/**
31-
* The key holding the directory of the installed Factorio game.
32-
*/
33-
public const DIRECTORY_FACTORIO = 'factorio';
34-
3530
/**
3631
* The key holding the directory of the installed full Factorio game.
3732
*/

0 commit comments

Comments
 (0)