mirror of
https://github.com/opensim/opensim.git
synced 2026-08-07 17:55:48 +08:00
do dispatch RequestLure ims
This commit is contained in:
@@ -82,7 +82,7 @@ namespace OpenSim.Region.CoreModules.World
|
||||
m_rndnums = new Random(seed);
|
||||
|
||||
GenerateCloudCover();
|
||||
m_dataVersion = (int)m_scene.AllocateLocalId();
|
||||
m_dataVersion = m_scene.AllocateIntId();
|
||||
|
||||
scene.EventManager.OnNewClient += CloudsToClient;
|
||||
scene.EventManager.OnFrame += CloudUpdate;
|
||||
|
||||
Reference in New Issue
Block a user