From a2253edf6f1ee82aa296de401800efb1c3e90af3 Mon Sep 17 00:00:00 2001 From: Latif Khalifa Date: Tue, 16 Jun 2009 18:36:56 +0000 Subject: [PATCH] Oops, do decloud git-svn-id: https://radegast.googlecode.com/svn/trunk@53 f7a694da-4d33-11de-9ad6-1127a62b9fcd --- RadegastNetcom/RadegastNetcom/SLNetCom.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/RadegastNetcom/RadegastNetcom/SLNetCom.cs b/RadegastNetcom/RadegastNetcom/SLNetCom.cs index 4382f84..937db62 100644 --- a/RadegastNetcom/RadegastNetcom/SLNetCom.cs +++ b/RadegastNetcom/RadegastNetcom/SLNetCom.cs @@ -84,7 +84,7 @@ namespace RadegastNc void Network_OnCurrentSimChanged(Simulator PreviousSimulator) { - // client.Appearance.SetPreviousAppearance(true); + client.Appearance.SetPreviousAppearance(true); } private void Self_OnInstantMessage(InstantMessage im, Simulator simulator) @@ -277,8 +277,6 @@ namespace RadegastNc { if (!loggedIn) return; - //client.Self.InstantMessage(target, message, session); - client.Self.InstantMessage( loginOptions.FullName, target, message, session, InstantMessageDialog.MessageFromAgent, InstantMessageOnline.Online, client.Self.SimPosition, client.Network.CurrentSim.ID, null); -- 2.11.0