merge cleanup

This commit is contained in:
ZappoMan 2013-10-11 12:49:50 -07:00
parent 4da19531ca
commit dfe23c9342

View file

@ -3526,9 +3526,6 @@ void Application::domainChanged(QString domain) {
// update the user's last domain in their Profile (which will propagate to data-server)
_profile.updateDomain(domain);
// kill the local voxels
_voxels.killLocalVoxels();
// reset the environment so that we don't erroneously end up with multiple
_environment.resetToDefault();
}