mirror of
https://github.com/libraryaddict/LibsDisguises.git
synced 2024-11-04 08:59:47 +01:00
Small fix
This commit is contained in:
parent
99ffcf6d1d
commit
c901fcba58
@ -471,7 +471,7 @@ public class DisguiseParser {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (builder.length() != 0) {
|
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()]);
|
return list.toArray(new String[list.size()]);
|
||||||
|
Loading…
Reference in New Issue
Block a user