mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
* Another minor GenericMessage fix - If we assume the method names are case-insensitive, we should process them as such.
This commit is contained in:
@@ -642,6 +642,8 @@ namespace OpenSim.Region.ClientStack.LindenUDP
|
||||
|
||||
public bool AddGenericPacketHandler(string MethodName, GenericMessage handler)
|
||||
{
|
||||
MethodName = MethodName.ToLower().Trim();
|
||||
|
||||
bool result = false;
|
||||
lock (m_genericPacketHandlers)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user