Replace the throwing of a NonImplementedException in MyNpcCharacter, so that

the SimpleModule doesn't prevent the start of the region server, if used.
Note: This module doesn't do anything sensible; it only serves as an example.
0.6.1-post-fixes
Homer Horwitz 2008-12-12 19:39:48 +00:00
parent 9f6e567cb1
commit 66791c90e4
1 changed files with 1 additions and 1 deletions

View File

@ -1000,7 +1000,7 @@ namespace OpenSim.Region.Examples.SimpleModule
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
{
throw new NotImplementedException();
return true;
}
#endregion