diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index f797dbc..5e33729 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -843,6 +843,11 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
843 | { | 843 | { |
844 | } | 844 | } |
845 | 845 | ||
846 | public EndPoint GetClientEP() | ||
847 | { | ||
848 | return null; | ||
849 | } | ||
850 | |||
846 | public ClientInfo GetClientInfo() | 851 | public ClientInfo GetClientInfo() |
847 | { | 852 | { |
848 | return null; | 853 | return null; |