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
parent
9f6e567cb1
commit
66791c90e4
|
@ -1000,7 +1000,7 @@ namespace OpenSim.Region.Examples.SimpleModule
|
||||||
|
|
||||||
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
|
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
|
||||||
{
|
{
|
||||||
throw new NotImplementedException();
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
Loading…
Reference in New Issue