diff options
author | UbitUmarov | 2017-01-05 18:02:59 +0000 |
---|---|---|
committer | UbitUmarov | 2017-01-05 18:02:59 +0000 |
commit | cbc3501246d5250788634f6d1b6fbd1f60661c85 (patch) | |
tree | 5983ff6f4c0ce5bce469c6b1257b9b60069cf79f /OpenSim/Framework/IClientAPI.cs | |
parent | a few changes to estates port handling (diff) | |
download | opensim-SC-cbc3501246d5250788634f6d1b6fbd1f60661c85.zip opensim-SC-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.gz opensim-SC-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.bz2 opensim-SC-cbc3501246d5250788634f6d1b6fbd1f60661c85.tar.xz |
a few changes to Gods ( ie administrators) control
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r-- | OpenSim/Framework/IClientAPI.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs index c4de81e..1541b3a 100644 --- a/OpenSim/Framework/IClientAPI.cs +++ b/OpenSim/Framework/IClientAPI.cs | |||
@@ -227,10 +227,10 @@ namespace OpenSim.Framework | |||
227 | byte RayEndIsIntersection); | 227 | byte RayEndIsIntersection); |
228 | 228 | ||
229 | public delegate void RequestGodlikePowers( | 229 | public delegate void RequestGodlikePowers( |
230 | UUID AgentID, UUID SessionID, UUID token, bool GodLike, IClientAPI remote_client); | 230 | UUID AgentID, UUID SessionID, UUID token, bool GodLike); |
231 | 231 | ||
232 | public delegate void GodKickUser( | 232 | public delegate void GodKickUser( |
233 | UUID GodAgentID, UUID GodSessionID, UUID AgentID, uint kickflags, byte[] reason); | 233 | UUID GodAgentID, UUID AgentID, uint kickflags, byte[] reason); |
234 | 234 | ||
235 | public delegate void CreateInventoryFolder( | 235 | public delegate void CreateInventoryFolder( |
236 | IClientAPI remoteClient, UUID folderID, ushort folderType, string folderName, UUID parentID); | 236 | IClientAPI remoteClient, UUID folderID, ushort folderType, string folderName, UUID parentID); |