avoid a null ref
parent
f658b68181
commit
a4e7ab6fcf
|
@ -395,6 +395,7 @@ namespace OpenSim.Services.HypergridService
|
|||
{
|
||||
if(SendAgentGodKillToRegion(UUID.Zero, agentID, guinfo))
|
||||
{
|
||||
if(account != null)
|
||||
m_log.InfoFormat(
|
||||
"[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in",
|
||||
account.FirstName, account.LastName);
|
||||
|
|
Loading…
Reference in New Issue