mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 12:09:52 +02:00
remove an added ga
This commit is contained in:
parent
e2d68f5538
commit
3449ddc9a0
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ int DomainServer::run() {
|
||||||
if (_voxelServerConfig) {
|
if (_voxelServerConfig) {
|
||||||
// we have a new VS config, clear the existing file to start fresh
|
// we have a new VS config, clear the existing file to start fresh
|
||||||
_staticAssignmentFile.remove();
|
_staticAssignmentFile.remove();
|
||||||
}ga
|
}
|
||||||
|
|
||||||
prepopulateStaticAssignmentFile();
|
prepopulateStaticAssignmentFile();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue