From 4a17587b8df120d8a588533933ffb374c87c5d7a Mon Sep 17 00:00:00 2001 From: lbsa71 Date: Mon, 16 Jul 2007 18:10:27 +0000 Subject: * Restructured the RegionApplicationBase. --- OpenSim/Framework/General/NpcClientBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenSim/Framework/General') diff --git a/OpenSim/Framework/General/NpcClientBase.cs b/OpenSim/Framework/General/NpcClientBase.cs index 044431b..c31b628 100644 --- a/OpenSim/Framework/General/NpcClientBase.cs +++ b/OpenSim/Framework/General/NpcClientBase.cs @@ -9,7 +9,7 @@ using libsecondlife.Packets; namespace OpenSim.Framework { - public class NpcClientBase :IClientAPI + public class NpcClientBase : IClientAPI { public event ImprovedInstantMessage OnInstantMessage; public event ChatFromViewer OnChatFromViewer; -- cgit v1.1