mirror of
https://github.com/opensim/opensim.git
synced 2026-08-01 06:06:06 +08:00
offline modudle v2 do flag offline ims
This commit is contained in:
@@ -672,7 +672,7 @@ namespace OpenSim.Groups
|
||||
|
||||
serviceLocation = group.ServiceLocation;
|
||||
name = group.GroupName;
|
||||
bool isLocal = (group.ServiceLocation == string.Empty);
|
||||
bool isLocal = (group.ServiceLocation.Length == 0);
|
||||
//m_log.DebugFormat("[XXX]: IsLocal? {0}", isLocal);
|
||||
return isLocal;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user