set 'save-body-settings' default value to true
This commit is contained in:
parent
a78315b39c
commit
e37e45d9d5
@ -99,4 +99,4 @@
|
||||
| save-skeleton-pose | поза скелета сущности | false |
|
||||
| save-skeleton-textures | динамически назначенные текстуры | false |
|
||||
| save-body-velocity | скорость движения тела | true |
|
||||
| save-body-settings | измененные настройки тела <br>(type, damping, crouching) | false |
|
||||
| save-body-settings | измененные настройки тела <br>(type, damping, crouching) | true |
|
||||
|
||||
@ -45,7 +45,7 @@ struct EntityDef {
|
||||
} skeleton;
|
||||
struct {
|
||||
bool velocity = true;
|
||||
bool settings = false;
|
||||
bool settings = true;
|
||||
} body;
|
||||
} save {};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user