mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
List of friends now retrieved upon login. Configured and tested in standalone only.
This commit is contained in:
@@ -306,6 +306,7 @@ namespace OpenSim.Services.HypergridService
|
||||
return false;
|
||||
|
||||
string addressee = parts[0];
|
||||
m_log.DebugFormat("[GATEKEEPER SERVICE]: Verifying {0} against {1}", addressee, m_ExternalName);
|
||||
return (addressee == m_ExternalName);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user