Add CHANGELOG note about battle_mode setting

This commit is contained in:
juliancoffee 2021-07-28 14:36:36 +03:00
parent 61416faec3
commit 229e7b9cec
2 changed files with 2 additions and 1 deletions

View File

@ -27,6 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Healing sceptre crafting recipe
- NPCs can now warn players before engaging in combat
- Custom error message when a supported graphics backend can not be found
- Add server setting with PvE/PvP switch
### Changed

View File

@ -77,7 +77,7 @@ pub struct PlayerPhysicsSettings {
/// Describe how players interact with other players.
///
/// Probably will be removed when we will discover better way
/// May be removed when we will discover better way
/// to handle duels and murders
#[derive(Copy, Clone, Debug, Deserialize, Serialize)]
pub enum BattleMode {