mirror of
https://github.com/IntQuant/noita_entangled_worlds.git
synced 2025-10-19 15:13:16 +00:00
go to 36 for unload limit at least for now, show priority on auth debug map
This commit is contained in:
parent
30ab57c1b2
commit
1c9fbefef7
3 changed files with 12 additions and 7 deletions
|
@ -918,7 +918,7 @@ impl eframe::App for App {
|
|||
let build_fn = |plot: &mut PlotUi| {
|
||||
let markers = netman.debug_markers.lock().unwrap();
|
||||
for marker in markers.iter() {
|
||||
plot.text(Text::new(PlotPoint::new(marker.x, -marker.y), marker.message));
|
||||
plot.text(Text::new(PlotPoint::new(marker.x, -marker.y), marker.message.clone()));
|
||||
}
|
||||
netman.world_info.with_player_infos(|peer, info| {
|
||||
let username = if netman.peer.is_steam() {
|
||||
|
@ -1112,4 +1112,4 @@ fn peer_role(peer: net::omni::OmniPeerId, netman: &Arc<net::NetManager>) -> Stri
|
|||
} else {
|
||||
tr("player_player")
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue