mirror of
https://github.com/Melledy/Grasscutter.git
synced 2024-11-22 06:31:26 +00:00
ee, forget to change variables when copying from local
This commit is contained in:
parent
044c2a3086
commit
2350f0ebe2
@ -274,11 +274,11 @@ public class GenshinAvatar {
|
||||
}
|
||||
|
||||
public void setFetterList(List<Integer> fetterList) {
|
||||
this.fetterList = fetterList;
|
||||
this.fetters = fetterList;
|
||||
}
|
||||
|
||||
public List<Integer> getFetterList() {
|
||||
return fetterList;
|
||||
return fetters;
|
||||
}
|
||||
|
||||
public float getCurrentHp() {
|
||||
|
Loading…
Reference in New Issue
Block a user