Fixes a missing space in a command prompt
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Books-Without-Borders/pipeline/head This commit looks good
This commit is contained in:
@@ -126,7 +126,7 @@ public class CommandSave implements TabExecutor {
|
|||||||
if (!fileName.contains("Untitled" + getTitleAuthorSeparator()) && !overwrite) {
|
if (!fileName.contains("Untitled" + getTitleAuthorSeparator()) && !overwrite) {
|
||||||
BooksWithoutBorders.sendErrorMessage(player, "Book is already saved!");
|
BooksWithoutBorders.sendErrorMessage(player, "Book is already saved!");
|
||||||
BooksWithoutBorders.sendErrorMessage(player, "Use " + getCommandColor() + (saveToPublicFolder ?
|
BooksWithoutBorders.sendErrorMessage(player, "Use " + getCommandColor() + (saveToPublicFolder ?
|
||||||
"/savepublicbook" : "/savebook") + "true " + getErrorColor() + "to overwrite!");
|
"/savepublicbook" : "/savebook") + " true " + getErrorColor() + "to overwrite!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -135,7 +135,7 @@ public class CommandSave implements TabExecutor {
|
|||||||
BooksWithoutBorders.sendErrorMessage(player, "Maximum amount of " + fileName +
|
BooksWithoutBorders.sendErrorMessage(player, "Maximum amount of " + fileName +
|
||||||
" duplicates reached!");
|
" duplicates reached!");
|
||||||
BooksWithoutBorders.sendErrorMessage(player, "Use " + getCommandColor() + (saveToPublicFolder ?
|
BooksWithoutBorders.sendErrorMessage(player, "Use " + getCommandColor() + (saveToPublicFolder ?
|
||||||
"/savepublicbook" : "/savebook") + "true " +
|
"/savepublicbook" : "/savebook") + " true " +
|
||||||
getErrorColor() + "to overwrite!");
|
getErrorColor() + "to overwrite!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user