Rework how story is handled, fixes choices not saving

This commit is contained in:
Melledy
2025-12-12 01:31:31 -08:00
parent 11ea526a35
commit c51268bcb8
10 changed files with 320 additions and 30 deletions
@@ -312,7 +312,7 @@ public class QuestManager extends PlayerManager implements GameDatabaseObject {
// Serialization
public void encodeProto(PlayerInfo proto) {
public void encodePlayerInfo(PlayerInfo proto) {
var quests = proto.getMutableQuests();
for (var quest : this.getQuests().values()) {