Add box selection history

This commit is contained in:
Redo
2025-07-19 01:33:47 -07:00
parent bd51faa3e7
commit f88dbceb61
8 changed files with 91 additions and 51 deletions

View File

@ -24,10 +24,10 @@ function NewDuplicatorMode::onCopy(%this, %client)
ndmessageClient(%client, '', "\c6Copy can not be used in your current duplicator mode.");
}
function NewDuplicatorMode::onPaste(%this, %client)
{
ndmessageClient(%client, '', "\c6Paste can not be used in your current duplicator mode.");
}
//function NewDuplicatorMode::onPaste(%this, %client)
//{
// ndmessageClient(%client, '', "\c6Paste can not be used in your current duplicator mode.");
//}
function NewDuplicatorMode::onCut(%this, %client)
{