mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 00:47:59 +00:00
Trivial code clean up. Don't need else clause if execution gets that far.
git-svn-id: http://forge.opensimulator.org/svn/ossearch/trunk@197 109abde3-1f22-4c10-b5d7-b6b0135cd00c
This commit is contained in:
@@ -58,11 +58,9 @@ namespace OpenSimSearch.Modules.OpenSearch
|
||||
m_Enabled = false;
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
m_log.Info("[SEARCH] Search module is activated");
|
||||
m_Enabled = true;
|
||||
}
|
||||
|
||||
m_log.Info("[SEARCH] Search module is activated");
|
||||
m_Enabled = true;
|
||||
}
|
||||
|
||||
public void AddRegion(Scene scene)
|
||||
|
||||
Reference in New Issue
Block a user