back_recharge
jiahuiwen 2019-04-08 17:14:22 +08:00
commit afd2df23c1
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ public class AdventureManager extends MongoBase {
AdventureStateInfo adventureStateInfo = adventureStateInfoMap.get(position);
if (adventureStateInfo!=null){
removeString(getMongoKey() +".adventureStateInfoMap." + position);
removeString(getMongoKey() +".allowTimeMap." + position);
adventureStateInfoMap.remove(position);
allowTimeMap.remove(position);
}
}