mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
output number of trade partners
This commit is contained in:
parent
eedfce45bc
commit
d897df4b78
@ -407,7 +407,7 @@ mod tests {
|
||||
}
|
||||
}
|
||||
println!();
|
||||
print!(" Trade: ");
|
||||
print!(" Trade({}): ", site.economy.neighbors.len());
|
||||
for (g, &amt) in site.economy.active_exports.iter() {
|
||||
if amt < -0.1 || amt > 0.1 {
|
||||
print!("{:?}={:.2} ", g, amt);
|
||||
|
Loading…
Reference in New Issue
Block a user