We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f04955 commit 46ebcd8Copy full SHA for 46ebcd8
src/main/kotlin/com/lambda/client/command/commands/SearchCommand.kt
@@ -28,7 +28,7 @@ object SearchCommand : ClientCommand(
28
if (warningBlocks.contains(blockName)) {
29
MessageSendHelper.sendWarningMessage("Your world contains lots of ${formatValue(blockName)}, " +
30
"it might cause extreme lag to add it. " +
31
- "If you are sure you want to add it run ${formatValue("$prefixName add force $blockName")}"
+ "If you are sure you want to add it run ${formatValue("$prefixName add $blockName force")}"
32
)
33
} else {
34
addBlock(blockName)
0 commit comments