Commit 2350f0eb authored by Yazawazi's avatar Yazawazi Committed by GitHub
Browse files

ee, forget to change variables when copying from local

parent 044c2a30
...@@ -274,11 +274,11 @@ public class GenshinAvatar { ...@@ -274,11 +274,11 @@ public class GenshinAvatar {
} }
public void setFetterList(List<Integer> fetterList) { public void setFetterList(List<Integer> fetterList) {
this.fetterList = fetterList; this.fetters = fetterList;
} }
public List<Integer> getFetterList() { public List<Integer> getFetterList() {
return fetterList; return fetters;
} }
public float getCurrentHp() { public float getCurrentHp() {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment