mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-12-28 03:29:06 +00:00
woops
This commit is contained in:
@@ -102,7 +102,11 @@ public class IrisJigsawPiece extends IrisRegistrant {
|
||||
|
||||
public IrisJigsawPiece copy() {
|
||||
var gson = getLoader().getGson();
|
||||
return gson.fromJson(gson.toJson(this), IrisJigsawPiece.class);
|
||||
IrisJigsawPiece copy = gson.fromJson(gson.toJson(this), IrisJigsawPiece.class);
|
||||
copy.setLoader(getLoader());
|
||||
copy.setLoadKey(getLoadKey());
|
||||
copy.setLoadFile(getLoadFile());
|
||||
return copy;
|
||||
}
|
||||
|
||||
public boolean isTerminal() {
|
||||
|
||||
Reference in New Issue
Block a user