Minor language changes
This commit is contained in:
parent
352e5ab356
commit
9a26f43148
@ -876,7 +876,11 @@ pub async fn process_command(
|
|||||||
end_index -= 1
|
end_index -= 1
|
||||||
}
|
}
|
||||||
let paged_locations = &locations[start_index..end_index];
|
let paged_locations = &locations[start_index..end_index];
|
||||||
return format!("Locations (page {}): {}", page, paged_locations.join(", "));
|
return format!(
|
||||||
|
"Mob Locations (page {}): {}",
|
||||||
|
page,
|
||||||
|
paged_locations.join(", ")
|
||||||
|
);
|
||||||
}
|
}
|
||||||
Command::ToggleAlertMessages => {
|
Command::ToggleAlertMessages => {
|
||||||
if state.alert_players.lock().unwrap().contains(executor) {
|
if state.alert_players.lock().unwrap().contains(executor) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user