mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
Fix settings
This commit is contained in:
parent
065b44cf90
commit
43de8bd6a3
3 changed files with 3 additions and 2 deletions
2
noita-proxy/Cargo.lock
generated
2
noita-proxy/Cargo.lock
generated
|
@ -1962,7 +1962,7 @@ checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
version = "0.13.7"
|
version = "0.13.8"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argh",
|
"argh",
|
||||||
"bincode",
|
"bincode",
|
||||||
|
|
|
@ -4,7 +4,7 @@ members = ["tangled"]
|
||||||
[package]
|
[package]
|
||||||
name = "noita-proxy"
|
name = "noita-proxy"
|
||||||
description = "Noita Entangled Worlds companion app."
|
description = "Noita Entangled Worlds companion app."
|
||||||
version = "0.13.7"
|
version = "0.13.8"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||||
|
|
|
@ -211,6 +211,7 @@ impl App {
|
||||||
} else {
|
} else {
|
||||||
info!("Using constant seed: {}", settings.seed);
|
info!("Using constant seed: {}", settings.seed);
|
||||||
}
|
}
|
||||||
|
*netman.pending_settings.lock().unwrap() = settings.clone();
|
||||||
netman.accept_local.store(true, Ordering::SeqCst);
|
netman.accept_local.store(true, Ordering::SeqCst);
|
||||||
}
|
}
|
||||||
fn start_connect(&mut self, addr: SocketAddr) {
|
fn start_connect(&mut self, addr: SocketAddr) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue