Skip to content

Commit

Permalink
probably fix flags not syncing during proxy launch
Browse files Browse the repository at this point in the history
  • Loading branch information
bgkillas committed Oct 6, 2024
1 parent 549234f commit 92a6b13
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 63 deletions.
131 changes: 68 additions & 63 deletions noita-proxy/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions noita-proxy/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -391,6 +391,7 @@ impl App {
cosmetics,
mod_path,
player_path: player_path(self.modmanager_settings.mod_path()),
modmanager_settings: self.modmanager_settings.clone(),
}
}

Expand Down Expand Up @@ -1239,6 +1240,7 @@ fn cli_setup() -> (steam_helper::SteamState, NetManagerInit) {
cosmetics,
mod_path: mod_manager.mod_path(),
player_path,
modmanager_settings: mod_manager,
};
(state, netmaninit)
}
Expand Down
Loading

0 comments on commit 92a6b13

Please sign in to comment.