mirror of
https://github.com/opensim/opensim.git
synced 2026-08-06 09:16:28 +08:00
fix bad merges
This commit is contained in:
@@ -678,9 +678,9 @@ namespace OpenSim.Services.HypergridService
|
||||
if (!userURL.EndsWith("/"))
|
||||
userURL += "/";
|
||||
|
||||
if (exceptions.Find(delegate(string s)
|
||||
foreach (string s in exceptions)
|
||||
{
|
||||
if(userURL.Equals(s))
|
||||
if (userURL.Equals(s))
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user