mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Better formatting
This commit is contained in:
@ -3152,7 +3152,7 @@ fn handle_battlemode(
|
||||
let elapsed = time - last_change;
|
||||
if elapsed < COOLDOWN {
|
||||
let msg = format!(
|
||||
"Cooldown period active. Try again in {} second",
|
||||
"Cooldown period active. Try again in {:.0} seconds",
|
||||
COOLDOWN - elapsed,
|
||||
);
|
||||
return Err(msg);
|
||||
|
Reference in New Issue
Block a user