dont select generated bricks; ctrl+select generated bricks selects parent; remove copy

This commit is contained in:
Redo
2025-07-22 17:32:45 -07:00
parent 2084d75180
commit a17e88ab0d
6 changed files with 68 additions and 23 deletions

View File

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