activity bug
parent
f154488f7f
commit
cf4a4a61ab
|
@ -405,11 +405,13 @@ public class PlayerManager extends MongoBase {
|
||||||
}
|
}
|
||||||
|
|
||||||
public void setRechargedaily(int rechargedaily) {
|
public void setRechargedaily(int rechargedaily) {
|
||||||
|
updateString("rechargedaily", rechargedaily);
|
||||||
this.rechargedaily = rechargedaily;
|
this.rechargedaily = rechargedaily;
|
||||||
}
|
}
|
||||||
|
|
||||||
public void addRechargedaily(int rechargedaily) {
|
public void addRechargedaily(int rechargedaily) {
|
||||||
this.rechargedaily += rechargedaily;
|
this.rechargedaily += rechargedaily;
|
||||||
|
updateString("rechargedaily", this.rechargedaily);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue