Skip to content

Commit 46ebcd8

Browse files
author
Nep Nep
authored
Fix SearchCommand force order (#282)
1 parent 4f04955 commit 46ebcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/client/command/commands/SearchCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object SearchCommand : ClientCommand(
2828
if (warningBlocks.contains(blockName)) {
2929
MessageSendHelper.sendWarningMessage("Your world contains lots of ${formatValue(blockName)}, " +
3030
"it might cause extreme lag to add it. " +
31-
"If you are sure you want to add it run ${formatValue("$prefixName add force $blockName")}"
31+
"If you are sure you want to add it run ${formatValue("$prefixName add $blockName force")}"
3232
)
3333
} else {
3434
addBlock(blockName)

0 commit comments

Comments
 (0)