Fix command output of migrate command

This commit is contained in:
GeorgH93 2020-08-07 23:54:37 +02:00
parent 0b24b82663
commit d8c9676eed
No known key found for this signature in database
GPG Key ID: D1630D37F9E4B3C8

View File

@ -48,7 +48,7 @@ public void execute(final @NotNull CommandSender sender, final @NotNull String m
}
else
{
sender.sendMessage("/" + mainCommandAlias + ' ' + alias + "database");
sender.sendMessage("/" + mainCommandAlias + ' ' + alias + ' ' + "database");
}
}