mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Fix other minor suggestion bugs
This commit is contained in:
@ -103,7 +103,8 @@ public final class CommandWrapper {
|
||||
// Ensure there is a space!
|
||||
if (suggestion.getStart() == suggestion.getEnd()
|
||||
&& suggestion.getEnd() == builder.getInput().length()
|
||||
&& !builder.getInput().endsWith(" ")) {
|
||||
&& !builder.getInput().endsWith(" ")
|
||||
&& !builder.getInput().endsWith("\"")) {
|
||||
suggestionText = " " + suggestionText;
|
||||
}
|
||||
result.add(new Suggestion(
|
||||
|
Reference in New Issue
Block a user