mirror of
https://github.com/opensim/opensim.git
synced 2026-07-30 21:38:46 +08:00
Renamed Avatar to ScenePresence to avoid clash with libsl Avatar class.
Added ThirdPartyLicenses folder containing the licenses for the various third party libraries we use. Plus some other small changes.
This commit is contained in:
@@ -32,7 +32,7 @@ using libsecondlife;
|
||||
using OpenSim.Physics.Manager;
|
||||
using OpenSim.Region;
|
||||
using OpenSim.Region.Scenes;
|
||||
using Avatar=OpenSim.Region.Scenes.Avatar;
|
||||
using Avatar=OpenSim.Region.Scenes.ScenePresence;
|
||||
using Primitive = OpenSim.Region.Scenes.Primitive;
|
||||
|
||||
namespace OpenSim.Region.Scripting
|
||||
|
||||
Reference in New Issue
Block a user