diff options
author | UbitUmarov | 2018-11-17 17:05:28 +0000 |
---|---|---|
committer | UbitUmarov | 2018-11-17 17:05:28 +0000 |
commit | efd6fb05a9f3805ce19dc432b6d084497cd45573 (patch) | |
tree | 4dd255f52392a2e9c3fd4830559e28750129ef78 /OpenSim/ApplicationPlugins | |
parent | code aesthetics (diff) | |
download | opensim-SC-efd6fb05a9f3805ce19dc432b6d084497cd45573.zip opensim-SC-efd6fb05a9f3805ce19dc432b6d084497cd45573.tar.gz opensim-SC-efd6fb05a9f3805ce19dc432b6d084497cd45573.tar.bz2 opensim-SC-efd6fb05a9f3805ce19dc432b6d084497cd45573.tar.xz |
code aesthetics
Diffstat (limited to 'OpenSim/ApplicationPlugins')
-rw-r--r-- | OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderWebServer.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderWebServer.cs b/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderWebServer.cs index 13d7a8a..2cfd493 100644 --- a/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderWebServer.cs +++ b/OpenSim/ApplicationPlugins/LoadRegions/RegionLoaderWebServer.cs | |||
@@ -122,7 +122,7 @@ namespace OpenSim.ApplicationPlugins.LoadRegions | |||
122 | throw ex; | 122 | throw ex; |
123 | } | 123 | } |
124 | 124 | ||
125 | if (regionCount > 0 | allowRegionless) | 125 | if (regionCount > 0 || allowRegionless) |
126 | return regionInfos; | 126 | return regionInfos; |
127 | 127 | ||
128 | m_log.Debug("[WEBLOADER]: Request yielded no regions."); | 128 | m_log.Debug("[WEBLOADER]: Request yielded no regions."); |