mirror of
https://github.com/opensim/opensim.git
synced 2026-08-10 03:06:05 +08:00
code aesthetics
This commit is contained in:
@@ -122,7 +122,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions
|
||||
throw ex;
|
||||
}
|
||||
|
||||
if (regionCount > 0 | allowRegionless)
|
||||
if (regionCount > 0 || allowRegionless)
|
||||
return regionInfos;
|
||||
|
||||
m_log.Debug("[WEBLOADER]: Request yielded no regions.");
|
||||
|
||||
Reference in New Issue
Block a user