mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Added feature flag for terrain persistence
This commit is contained in:
@ -16,9 +16,10 @@ This package includes the official server CLI.
|
||||
|
||||
[features]
|
||||
worldgen = ["server/worldgen"]
|
||||
persistent_world = ["server/persistent_world"]
|
||||
# needed to stay compatible with voxygens format
|
||||
default-publish = ["default"]
|
||||
default = ["worldgen"]
|
||||
default = ["worldgen", "persistent_world"]
|
||||
tracy = ["common-frontend/tracy"]
|
||||
plugins = ["server/plugins"]
|
||||
|
||||
|
Reference in New Issue
Block a user