diff options
author | Teravus Ovares | 2007-11-24 01:38:36 +0000 |
---|---|---|
committer | Teravus Ovares | 2007-11-24 01:38:36 +0000 |
commit | 52714c339e49e8f1f839b315cd6b4da1bb53e82a (patch) | |
tree | 73a7994d316638607dfcb79a64a7d4f13db4a875 /OpenSim/Region/ClientStack/ClientView.API.cs | |
parent | *Shared Modules have feelings too! -- Shared Region Modules that are found in... (diff) | |
download | opensim-SC_OLD-52714c339e49e8f1f839b315cd6b4da1bb53e82a.zip opensim-SC_OLD-52714c339e49e8f1f839b315cd6b4da1bb53e82a.tar.gz opensim-SC_OLD-52714c339e49e8f1f839b315cd6b4da1bb53e82a.tar.bz2 opensim-SC_OLD-52714c339e49e8f1f839b315cd6b4da1bb53e82a.tar.xz |
* Hanling RequestGodlikePowers. On Request.. sends the sim owner's client the appropriate messages to make it think it's got god status. Will be used for finding more unimplemented packets....
Diffstat (limited to 'OpenSim/Region/ClientStack/ClientView.API.cs')
-rw-r--r-- | OpenSim/Region/ClientStack/ClientView.API.cs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/OpenSim/Region/ClientStack/ClientView.API.cs b/OpenSim/Region/ClientStack/ClientView.API.cs index 9182b5c..b046f0a 100644 --- a/OpenSim/Region/ClientStack/ClientView.API.cs +++ b/OpenSim/Region/ClientStack/ClientView.API.cs | |||
@@ -65,6 +65,7 @@ namespace OpenSim.Region.ClientStack | |||
65 | public event ObjectDuplicate OnObjectDuplicate; | 65 | public event ObjectDuplicate OnObjectDuplicate; |
66 | public event MoveObject OnGrabUpdate; | 66 | public event MoveObject OnGrabUpdate; |
67 | public event AddNewPrim OnAddPrim; | 67 | public event AddNewPrim OnAddPrim; |
68 | public event RequestGodlikePowers OnRequestGodlikePowers; | ||
68 | public event ObjectExtraParams OnUpdateExtraParams; | 69 | public event ObjectExtraParams OnUpdateExtraParams; |
69 | public event UpdateShape OnUpdatePrimShape; | 70 | public event UpdateShape OnUpdatePrimShape; |
70 | public event ObjectSelect OnObjectSelect; | 71 | public event ObjectSelect OnObjectSelect; |
@@ -246,7 +247,7 @@ namespace OpenSim.Region.ClientStack | |||
246 | 247 | ||
247 | OutPacket(reply, ThrottleOutPacketType.Task); | 248 | OutPacket(reply, ThrottleOutPacketType.Task); |
248 | } | 249 | } |
249 | 250 | ||
250 | /// <summary> | 251 | /// <summary> |
251 | /// | 252 | /// |
252 | /// </summary> | 253 | /// </summary> |