Minor changes
This commit is contained in:
parent
87c8ce4d15
commit
9d2ee6f7f7
@ -877,7 +877,7 @@ pub async fn process_command(
|
|||||||
}
|
}
|
||||||
let paged_locations = &locations[start_index..end_index];
|
let paged_locations = &locations[start_index..end_index];
|
||||||
return format!(
|
return format!(
|
||||||
"Mob Locations (page {}): {}",
|
"Mob locations (page {}): {}",
|
||||||
page,
|
page,
|
||||||
paged_locations.join(", ")
|
paged_locations.join(", ")
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user