Small fix
This commit is contained in:
parent
99ffcf6d1d
commit
c901fcba58
@ -471,7 +471,7 @@ public class DisguiseParser {
|
||||
}
|
||||
|
||||
if (builder.length() != 0) {
|
||||
list.addAll(Arrays.asList(builder.toString().split(" ")));
|
||||
list.addAll(Arrays.asList(("\"" + builder.toString()).split(" ")));
|
||||
}
|
||||
|
||||
return list.toArray(new String[list.size()]);
|
||||
|
Loading…
Reference in New Issue
Block a user