mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 00:46:02 +08:00
Done a little bit of renaming in primitive.cs and on a few events in IClientAPI.
Disabled CAPS asset uploading as it seems it now crashes the server.
This commit is contained in:
@@ -54,7 +54,7 @@ namespace SimpleApp
|
||||
|
||||
client.OnRequestWearables += SendWearables;
|
||||
client.OnAddPrim += AddNewPrim;
|
||||
client.OnUpdatePrimPosition += this.UpdatePrimPosition;
|
||||
client.OnUpdatePrimGroupPosition += this.UpdatePrimPosition;
|
||||
client.OnRequestMapBlocks += this.RequestMapBlocks;
|
||||
client.OnTeleportLocationRequest += this.RequestTeleportLocation;
|
||||
client.OnGrapUpdate += this.MoveObject;
|
||||
|
||||
Reference in New Issue
Block a user