mirror of
https://github.com/opensim/opensim.git
synced 2026-08-04 16:22:50 +08:00
* Don't fail the client login if there are no OnClientConnect listeners
This commit is contained in:
@@ -479,7 +479,8 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
if (client is IClientCore)
|
||||
{
|
||||
handlerClientConnect = OnClientConnect;
|
||||
handlerClientConnect((IClientCore) client);
|
||||
if (handlerClientConnect != null)
|
||||
handlerClientConnect((IClientCore)client);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user