add box features
This commit is contained in:
@ -21,17 +21,17 @@ function NewDuplicatorMode::onCancelBrick(%this, %client){}
|
||||
|
||||
function NewDuplicatorMode::onCopy(%this, %client)
|
||||
{
|
||||
messageClient(%client, '', "\c6Copy can not be used in your current duplicator mode.");
|
||||
ndmessageClient(%client, '', "\c6Copy can not be used in your current duplicator mode.");
|
||||
}
|
||||
|
||||
function NewDuplicatorMode::onPaste(%this, %client)
|
||||
{
|
||||
messageClient(%client, '', "\c6Paste can not be used in your current duplicator mode.");
|
||||
ndmessageClient(%client, '', "\c6Paste can not be used in your current duplicator mode.");
|
||||
}
|
||||
|
||||
function NewDuplicatorMode::onCut(%this, %client)
|
||||
{
|
||||
messageClient(%client, '', "\c6Cut can not be used in your current duplicator mode.");
|
||||
ndmessageClient(%client, '', "\c6Cut can not be used in your current duplicator mode.");
|
||||
}
|
||||
|
||||
function NewDuplicatorMode::getBottomPrint(%this, %client){}
|
||||
|
Reference in New Issue
Block a user