remove an added ga

This commit is contained in:
Stephen Birarda 2013-09-30 14:03:17 -07:00
parent e2d68f5538
commit 3449ddc9a0

View file

@ -351,7 +351,7 @@ int DomainServer::run() {
if (_voxelServerConfig) {
// we have a new VS config, clear the existing file to start fresh
_staticAssignmentFile.remove();
}ga
}
prepopulateStaticAssignmentFile();
}