mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 05:52:38 +02:00
have DS clear config file is new config is passed
This commit is contained in:
parent
b3bd159d09
commit
e2d68f5538
1 changed files with 7 additions and 1 deletions
|
@ -346,7 +346,13 @@ int DomainServer::run() {
|
|||
|
||||
nodeList->startSilentNodeRemovalThread();
|
||||
|
||||
if (!_staticAssignmentFile.exists()) {
|
||||
if (!_staticAssignmentFile.exists() || _voxelServerConfig) {
|
||||
|
||||
if (_voxelServerConfig) {
|
||||
// we have a new VS config, clear the existing file to start fresh
|
||||
_staticAssignmentFile.remove();
|
||||
}ga
|
||||
|
||||
prepopulateStaticAssignmentFile();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue