mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Add CHANGELOG note about battle_mode setting
This commit is contained in:
parent
61416faec3
commit
229e7b9cec
@ -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
|
||||
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user