mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-06-11 20:13:55 +00:00
Fixed bug with unclosed quotes
This commit is contained in:
@ -74,7 +74,7 @@ public class CommandContext {
|
||||
build.append(' ').append(arg2);
|
||||
}
|
||||
}
|
||||
args = removePortionOfArray(args, i, endIndex, build.toString());
|
||||
if (endIndex < args.length) args = removePortionOfArray(args, i, endIndex, build.toString());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user