* 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....

This commit is contained in:
Teravus Ovares
2007-11-24 01:38:36 +00:00
parent 3ce6116e4a
commit 52714c339e
6 changed files with 64 additions and 18 deletions

View File

@@ -65,6 +65,7 @@ namespace OpenSim.Region.ClientStack
public event ObjectDuplicate OnObjectDuplicate;
public event MoveObject OnGrabUpdate;
public event AddNewPrim OnAddPrim;
public event RequestGodlikePowers OnRequestGodlikePowers;
public event ObjectExtraParams OnUpdateExtraParams;
public event UpdateShape OnUpdatePrimShape;
public event ObjectSelect OnObjectSelect;
@@ -246,7 +247,7 @@ namespace OpenSim.Region.ClientStack
OutPacket(reply, ThrottleOutPacketType.Task);
}
/// <summary>
///
/// </summary>