mirror of
https://github.com/opensim/opensim.git
synced 2026-08-13 05:05:43 +08:00
Fixed a couple of buglets in Friendship offers / acceptance / decline when avies are in different sims.
This commit is contained in:
@@ -209,6 +209,8 @@ namespace OpenSim.Services.LLLoginService
|
||||
bool success = false;
|
||||
UUID session = UUID.Random();
|
||||
|
||||
m_log.InfoFormat("[LLOGIN SERVICE]: Login request for {0} {1} from {2} with user agent {3} starting in {4}",
|
||||
firstName, lastName, clientIP.Address.ToString(), clientVersion, startLocation);
|
||||
try
|
||||
{
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user