yes it is not destiny grid but destination.. thx u know who :)

0.9.0-post-fixes
UbitUmarov 2017-05-12 12:30:59 +01:00
parent 9c46e4921a
commit 8bdd4c3ed9
1 changed files with 2 additions and 2 deletions

View File

@ -397,9 +397,9 @@ namespace OpenSim.Services.HypergridService
m_log.InfoFormat(
"[GATEKEEPER SERVICE]: Login failed for {0} {1}, reason: already logged in",
account.FirstName, account.LastName);
reason = "You appear to be already logged in on destiny grid " +
reason = "You appear to be already logged in on the destination grid " +
"Please wait a a minute or two and retry. " +
"If this takes longer than a few minutes please contact the grid owner. ";
"If this takes longer than a few minutes please contact the grid owner.";
return false;
}
}