diff options
Diffstat (limited to 'OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs')
-rw-r--r-- | OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs index 761d2aa..d523298 100644 --- a/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs +++ b/OpenSim/Region/Examples/SimpleModule/MyNpcCharacter.cs | |||
@@ -978,7 +978,7 @@ namespace OpenSim.Region.Examples.SimpleModule | |||
978 | { | 978 | { |
979 | } | 979 | } |
980 | 980 | ||
981 | public void SendLeaveGroupReply(UUID agentID, UUID groupID, bool success) | 981 | public void SendLeaveGroupReply(UUID groupID, bool success) |
982 | { | 982 | { |
983 | } | 983 | } |
984 | 984 | ||