aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/IClientAPI.cs
diff options
context:
space:
mode:
Diffstat (limited to 'OpenSim/Framework/IClientAPI.cs')
-rw-r--r--OpenSim/Framework/IClientAPI.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenSim/Framework/IClientAPI.cs b/OpenSim/Framework/IClientAPI.cs
index 0557fb6..925998f 100644
--- a/OpenSim/Framework/IClientAPI.cs
+++ b/OpenSim/Framework/IClientAPI.cs
@@ -1011,11 +1011,11 @@ namespace OpenSim.Framework
1011 event MuteListEntryRemove OnRemoveMuteListEntry; 1011 event MuteListEntryRemove OnRemoveMuteListEntry;
1012 event GodlikeMessage onGodlikeMessage; 1012 event GodlikeMessage onGodlikeMessage;
1013 event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdate; 1013 event GodUpdateRegionInfoUpdate OnGodUpdateRegionInfoUpdate;
1014 1014
1015 /// <summary> 1015 /// <summary>
1016 /// Set the debug level at which packet output should be printed to console. 1016 /// Set the debug level at which packet output should be printed to console.
1017 /// </summary> 1017 /// </summary>
1018 void SetDebugPacketLevel(int newDebug); 1018 int DebugPacketLevel { get; set; }
1019 1019
1020 void InPacket(object NewPack); 1020 void InPacket(object NewPack);
1021 void ProcessInPacket(Packet NewPack); 1021 void ProcessInPacket(Packet NewPack);