mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 06:11:06 +00:00
woops
This commit is contained in:
@@ -102,7 +102,11 @@ public class IrisJigsawPiece extends IrisRegistrant {
|
|||||||
|
|
||||||
public IrisJigsawPiece copy() {
|
public IrisJigsawPiece copy() {
|
||||||
var gson = getLoader().getGson();
|
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() {
|
public boolean isTerminal() {
|
||||||
|
|||||||
Reference in New Issue
Block a user