mirror of
https://github.com/opensim/opensim.git
synced 2026-08-11 03:45:35 +08:00
Hack around with the NPC module to get osNpcCreate() partially working again.
This now creates an avatar but appearance is always cloudy. Move doesn't work. Really, creating an NPC should only involve a ScenePresence rather than doing anything with IClientAPI, since an NPC has no viewer to communicate with!
This commit is contained in:
@@ -36,4 +36,4 @@ namespace OpenSim.Region.Framework.Interfaces
|
||||
void QueueAppearanceSend(UUID agentid);
|
||||
void QueueAppearanceSave(UUID agentid);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user