set 'save-body-settings' default value to true
This commit is contained in:
@@ -45,7 +45,7 @@ struct EntityDef {
|
||||
} skeleton;
|
||||
struct {
|
||||
bool velocity = true;
|
||||
bool settings = false;
|
||||
bool settings = true;
|
||||
} body;
|
||||
} save {};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user