This commit is contained in:
Anuken
2019-06-08 10:05:08 -04:00
parent ec94267b8e
commit 10bd1d1969
8 changed files with 18 additions and 9 deletions

View File

@@ -66,6 +66,6 @@ public class Rules{
/** Copies this ruleset exactly. Not very efficient at all, do not use often. */
public Rules copy(){
return JsonIO.read(Rules.class, JsonIO.write(this));
return JsonIO.copy(this);
}
}