mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
Change username to trashbot
This commit is contained in:
parent
d74f7eb098
commit
dff7804cdc
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ Rectangle {
|
|||
if (msg.isInstalled) {
|
||||
Commerce.uninstallApp(msg.itemHref);
|
||||
}
|
||||
Commerce.transferAssetToUsername("TrashCan", msg.certID, 1, "Sent " + msg.itemName + " to trash.");
|
||||
Commerce.transferAssetToUsername("trashbot", msg.certID, 1, "Sent " + msg.itemName + " to trash.");
|
||||
|
||||
lightboxPopup.titleText = '"' + msg.itemName + '" Sent to Trash';
|
||||
lightboxPopup.button1text = "OK";
|
||||
|
|
Loading…
Reference in a new issue