Improve feed formatting
This commit is contained in:
parent
4655e43dba
commit
0cb96b3e65
@ -135,8 +135,8 @@ pub fn federation_livefeed() {
|
|||||||
.expect("Error loading listeners") {
|
.expect("Error loading listeners") {
|
||||||
let _ = ChannelId(listener.id as u64).say(format!("Assigned owned by others: {:?}
|
let _ = ChannelId(listener.id as u64).say(format!("Assigned owned by others: {:?}
|
||||||
FFA owned by others: {:?}",
|
FFA owned by others: {:?}",
|
||||||
assigned_owned_by_enemies,
|
assigned_owned_by_enemies.join(", "),
|
||||||
ffa_owned_by_enemies
|
ffa_owned_by_enemies.join(", ")
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
old_owned = assigned_owned_by_enemies;
|
old_owned = assigned_owned_by_enemies;
|
||||||
|
Loading…
Reference in New Issue
Block a user