mirror of
https://git.ethanthesleepy.one/ethanaobrien/ew
synced 2026-08-26 15:02:18 +08:00
Add support for mods (Probably)
This commit is contained in:
@@ -4,6 +4,7 @@ fn main() -> std::io::Result<()> {
|
||||
let args = ew::get_args();
|
||||
ew::runtime::update_data_path(&args.path);
|
||||
ew::runtime::update_masterdata_path(&args.masterdata);
|
||||
ew::runtime::update_mod_paths(&args.mods);
|
||||
ew::run_server(false)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user