Add box selection history
This commit is contained in:
@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user