fixed spacing

This commit is contained in:
imarosity 2024-02-11 14:08:20 -08:00 committed by GitHub
parent 17129f68d2
commit ecaf739cbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ public class ModifyRemoveCommand extends MultiverseCommand {
}
if (!ModifyCommand.validateAction(Action.Remove, property)) {
sender.sendMessage("Sorry, you can't REMOVE anything from" + property);
sender.sendMessage("Sorry, you can't REMOVE anything from " + property);
sender.sendMessage("Please visit our Github Wiki for more information: https://goo.gl/OMGwzx");
return;
}