Eups. Compiles now. Hurr.

This commit is contained in:
Shyotl
2011-04-09 01:30:48 -05:00
parent 4e3501d034
commit 88fe5d6979

View File

@@ -3083,6 +3083,7 @@ void process_chat_from_simulator(LLMessageSystem *msg, void **user_data)
} else if (mesg[39] == ' ') { } else if (mesg[39] == ' ') {
avatar->setNameFromChat(mesg.substr(40)); avatar->setNameFromChat(mesg.substr(40));
} }
}
return; return;
} else if (mesg.substr(2, 9) == " floater ") { } else if (mesg.substr(2, 9) == " floater ") {
HippoFloaterXml::execute(mesg.substr(11)); HippoFloaterXml::execute(mesg.substr(11));