* 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

@@ -75,6 +75,7 @@ namespace SimpleApp
public event AvatarPickerRequest OnAvatarPickerRequest;
public event Action<IClientAPI> OnRequestAvatarsData;
public event AddNewPrim OnAddPrim;
public event RequestGodlikePowers OnRequestGodlikePowers;
public event ObjectDuplicate OnObjectDuplicate;
public event UpdateVector OnGrabObject;
public event ObjectSelect OnDeGrabObject;