Bulk of server-baking impelmentation and a bit of cleanup.

This commit is contained in:
Shyotl
2013-01-13 02:37:12 -06:00
parent c9954cf14e
commit e622e03d2a
104 changed files with 3804 additions and 2478 deletions

View File

@@ -227,7 +227,7 @@ void RlvUIEnabler::onToggleShowLoc()
// Close the "Estate Tools" floater is it's currently visible
if (LLFloaterRegionInfo::instanceVisible())
LLFloaterRegionInfo::hideInstance();
LLFloaterGodTools::hide(NULL);
LLFloaterGodTools::hide();
}
}