fix orphaned code in sun module per mantis 7068

This commit is contained in:
Mic Bowman
2014-04-01 19:48:03 -07:00
parent 7bafee28fa
commit ac16a667e1

View File

@@ -562,13 +562,13 @@ namespace OpenSim.Region.CoreModules
default:
throw new Exception("Unknown sun parameter.");
// Generate shared values
GenSunPos();
// When sun settings are updated, we should update all clients with new settings.
SunUpdateToAllClients();
}
// Generate shared values
GenSunPos();
// When sun settings are updated, we should update all clients with new settings.
SunUpdateToAllClients();
}
public float GetCurrentSunHour()