Skip to content

Commit 2d1b4b6

Browse files
committed
Fixed check in config for CI
1 parent b42688c commit 2d1b4b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/config.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ pub async fn read_config() -> std::io::Result<Settings> {
5959

6060
let settings: Settings = serde_json::from_str(&data).expect("Failed to parse config file");
6161

62-
if settings.game_path.is_empty() {
63-
panic!("Game path is empty in config.");
64-
}
65-
6662
Ok(settings)
6763
}
6864

0 commit comments

Comments
 (0)