aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/OptionalModules/Agent
diff options
context:
space:
mode:
authorMelanie Thielker2016-03-09 02:45:11 +0100
committerMelanie Thielker2016-03-09 02:45:11 +0100
commit43ca32150c1856f7b3768172fec2d06b8f5e5bef (patch)
tree33a1b0df4860d769157beb19c60c5c97d305367d /OpenSim/Region/OptionalModules/Agent
parentMake mesh upload respect the same parts maximum as what is set for the (diff)
downloadopensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.zip
opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.gz
opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.bz2
opensim-SC_OLD-43ca32150c1856f7b3768172fec2d06b8f5e5bef.tar.xz
Plumb RezRestoreToWorld from the client (part done)
Diffstat (limited to 'OpenSim/Region/OptionalModules/Agent')
-rw-r--r--OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
index 6611744..f19cd47 100644
--- a/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
+++ b/OpenSim/Region/OptionalModules/Agent/InternetRelayClientView/Server/IRCClientView.cs
@@ -687,6 +687,7 @@ namespace OpenSim.Region.OptionalModules.Agent.InternetRelayClientView.Server
687 public event TeleportLandmarkRequest OnTeleportLandmarkRequest; 687 public event TeleportLandmarkRequest OnTeleportLandmarkRequest;
688 public event TeleportCancel OnTeleportCancel; 688 public event TeleportCancel OnTeleportCancel;
689 public event DeRezObject OnDeRezObject; 689 public event DeRezObject OnDeRezObject;
690 public event RezRestoreToWorld OnRezRestoreToWorld;
690 public event Action<IClientAPI> OnRegionHandShakeReply; 691 public event Action<IClientAPI> OnRegionHandShakeReply;
691 public event GenericCall1 OnRequestWearables; 692 public event GenericCall1 OnRequestWearables;
692 public event Action<IClientAPI, bool> OnCompleteMovementToRegion; 693 public event Action<IClientAPI, bool> OnCompleteMovementToRegion;