mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
changelog entry
This commit is contained in:
parent
772dd660a1
commit
e526ca7c8e
@ -51,6 +51,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
- Changed gold ore to gold ingots in the Brinstone armor set recipes
|
||||
- Updated windowing library, wayland may work better.
|
||||
- Portal model has been updated by @Nectical
|
||||
- Chat command responses sent by the server can now be localized
|
||||
|
||||
### Removed
|
||||
- Medium and large potions from all loot tables
|
||||
|
@ -3850,7 +3850,7 @@ fn handle_battlemode(
|
||||
if elapsed < COOLDOWN {
|
||||
return Err(Content::localized_with_args(
|
||||
"command-battlemode-cooldown",
|
||||
[("cooldown", format!("{:0.}", COOLDOWN - elapsed))],
|
||||
[("cooldown", format!("{:.0}", COOLDOWN - elapsed))],
|
||||
));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user