mirror of
https://github.com/Multiverse/Multiverse-Core.git
synced 2024-11-05 02:11:06 +01:00
fixed spacing
This commit is contained in:
parent
17129f68d2
commit
ecaf739cbd
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user