Handle disconnect solely in TransitionService
This commit is contained in:
@@ -11,7 +11,7 @@ public class CharacterSaver {
|
||||
}
|
||||
|
||||
public void save(Character chr) {
|
||||
chr.saveCharToDB(false);
|
||||
chr.saveCharToDB();
|
||||
|
||||
// Saving monster cards to both MySQL and Postgres for now
|
||||
monsterCardDao.save(chr.getId(), chr.getMonsterBook().getCards());
|
||||
|
||||
Reference in New Issue
Block a user