mirror of
https://github.com/opensim/opensim.git
synced 2026-08-08 18:25:33 +08:00
a few changes to Gods ( ie administrators) control
This commit is contained in:
@@ -227,10 +227,10 @@ namespace OpenSim.Framework
|
||||
byte RayEndIsIntersection);
|
||||
|
||||
public delegate void RequestGodlikePowers(
|
||||
UUID AgentID, UUID SessionID, UUID token, bool GodLike, IClientAPI remote_client);
|
||||
UUID AgentID, UUID SessionID, UUID token, bool GodLike);
|
||||
|
||||
public delegate void GodKickUser(
|
||||
UUID GodAgentID, UUID GodSessionID, UUID AgentID, uint kickflags, byte[] reason);
|
||||
UUID GodAgentID, UUID AgentID, uint kickflags, byte[] reason);
|
||||
|
||||
public delegate void CreateInventoryFolder(
|
||||
IClientAPI remoteClient, UUID folderID, ushort folderType, string folderName, UUID parentID);
|
||||
|
||||
Reference in New Issue
Block a user