Add support for mods (Probably)

This commit is contained in:
Ethan O'Brien
2026-06-06 15:09:39 -05:00
parent 463a271b14
commit e6e0477825
5 changed files with 115 additions and 10 deletions

View File

@@ -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)
}