diff options
Diffstat (limited to 'OpenSim/Region/OptionalModules/World')
-rw-r--r-- | OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs index 0505fe8..228683e 100644 --- a/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs +++ b/OpenSim/Region/OptionalModules/World/NPC/NPCAvatar.cs | |||
@@ -855,6 +855,11 @@ namespace OpenSim.Region.OptionalModules.World.NPC | |||
855 | { | 855 | { |
856 | } | 856 | } |
857 | 857 | ||
858 | public EndPoint GetClientEP() | ||
859 | { | ||
860 | return null; | ||
861 | } | ||
862 | |||
858 | public ClientInfo GetClientInfo() | 863 | public ClientInfo GetClientInfo() |
859 | { | 864 | { |
860 | return null; | 865 | return null; |