Added 'Destroy' button to the object pie, a variant of Inertia's Hard-Blink, originally by Simman Federal who according to source code comments thought the feature up while masturbating.

Also fixed an Auto-Close OOC bug.
This commit is contained in:
CharleyLevenque
2010-08-25 08:55:18 -04:00
parent ac3d4c2c32
commit ac16891d19
3 changed files with 68 additions and 7 deletions

View File

@@ -407,7 +407,7 @@ void LLChatBar::sendChat( EChatType type )
std::string utf8_revised_text;
if (0 == channel)
{
if (gSavedSettings.getBOOL("AscentAutoCloseOOC"))
if (gSavedSettings.getBOOL("AscentAutoCloseOOC") && (utf8text.length() > 1))
{
// Chalice - OOC autoclosing patch based on code by Henri Beauchamp
int needsClosingType=0;