Use pretty name in output

This commit is contained in:
Bridget
2020-04-19 14:18:56 +02:00
parent 556f254d88
commit c5d7c86d54

View File

@@ -191,7 +191,8 @@ default
integer script_added = TRUE;
if(script_added)
{
llMessageLinked(LINK_SET, 1, "Module '" + installing_module + "' installed.", command_request_id);
string name = llGetSubString(installing_module, 0, -5);
llMessageLinked(LINK_SET, 1, "Module '" + name + "' installed.", command_request_id);
}
else
{