Skip to content

Commit

Permalink
Update GroupCompound.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Fexcraft committed Apr 19, 2020
1 parent 53195c8 commit 03d211c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/fexcraft/app/fmt/wrappers/GroupCompound.java
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ public void pasteFromClipboard(){
switch(obj.get("type").getAsString()){
case "simple-clipboard":{
boolean external = !obj.get("model").getAsString().equals(name);
String groupto = external ? obj.get("model").getAsString() + "|cb" : "clipboard";
String groupto = external ? obj.get("model").getAsString() + "-cb" : "clipboard";
DialogTask task = () -> {
obj.get("polygons").getAsJsonArray().forEach(elm -> {
this.add(JsonToTMT.parseWrapper(this, elm.getAsJsonObject()), groupto, false);
Expand Down

0 comments on commit 03d211c

Please sign in to comment.