From 1703cacaab91a980c96458f0f49284ab68168130 Mon Sep 17 00:00:00 2001 From: Dalien Talbot Date: Thu, 13 Sep 2007 16:39:04 +0000 Subject: Added CLI "debug packet 0..255" to enable the in/out packet dumps with various verbosity --- OpenSim/Framework/General/NullClientAPI.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'OpenSim/Framework/General/NullClientAPI.cs') diff --git a/OpenSim/Framework/General/NullClientAPI.cs b/OpenSim/Framework/General/NullClientAPI.cs index ab89323..56faae2 100644 --- a/OpenSim/Framework/General/NullClientAPI.cs +++ b/OpenSim/Framework/General/NullClientAPI.cs @@ -166,6 +166,7 @@ namespace OpenSim.Framework public void SendViewerTime(int phase) { } public void SendAvatarProperties(LLUUID avatarID, string aboutText, string bornOn, string charterMember, string flAbout, uint flags, LLUUID flImageID, LLUUID imageID, string profileURL, LLUUID partnerID) { } + public void SetDebug(int newDebug) { } } } -- cgit v1.1