combat bug fix

This commit is contained in:
2024-03-02 15:52:02 -06:00
parent 90feaea89e
commit e9c7cc8e04
+1
View File
@@ -757,6 +757,7 @@ public class Mine extends AbstractGameObject {
this._recentMemory.put(id, System.currentTimeMillis() + 60000);
} else if(this._recentMemory.get(id) > System.currentTimeMillis()){
this._playerMemory.remove(id);
ChatManager.chatSystemInfo(PlayerCharacter.getPlayerCharacter(id),"Left Have Been Removed from The Mine List");
}
}
}