Support Halcyon as though it were opensim, for now.

This commit is contained in:
Lirusaito
2019-03-20 00:27:06 -04:00
parent 273c9b3479
commit f5cbae3958

View File

@@ -109,7 +109,7 @@ void HippoGridInfo::setPlatform(const std::string& platform)
{ {
setPlatform(PLATFORM_WHITECORE); setPlatform(PLATFORM_WHITECORE);
} }
else if (tmp == "opensim") else if (tmp == "opensim" || tmp == "halcyon")
{ {
setPlatform(PLATFORM_OPENSIM); setPlatform(PLATFORM_OPENSIM);
} }