fix adventure rewrd
parent
5ed723c9da
commit
47e0d4fb65
|
@ -77,8 +77,8 @@ public class MainLevelManager extends MongoBase {
|
||||||
this.lastTime = now;
|
this.lastTime = now;
|
||||||
}else{
|
}else{
|
||||||
int adventureRefresh = gameSetting.getAdventureRefresh();
|
int adventureRefresh = gameSetting.getAdventureRefresh();
|
||||||
this.startTime = startTime+hadTakeTimes*adventureRefresh;
|
|
||||||
this.lastTime = lastTime+lastTakes*adventureRefresh;
|
this.lastTime = lastTime+lastTakes*adventureRefresh;
|
||||||
|
this.startTime = lastTime;
|
||||||
}
|
}
|
||||||
|
|
||||||
updateString("lastTime",state);
|
updateString("lastTime",state);
|
||||||
|
|
Loading…
Reference in New Issue