This commit is contained in:
2024-05-10 17:59:14 -05:00
parent 78d9e3d6fc
commit 58f5bf05e0
2 changed files with 2 additions and 2 deletions
@@ -95,7 +95,7 @@ public class RefinerScreenMsg extends ClientNetMsg {
return this.unknown02;
}
public void setUnknown02(int value) {
public void setUnknown02(float value) {
this.unknown02 = value;
}