aboutsummaryrefslogtreecommitdiffstats
path: root/src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java
diff options
context:
space:
mode:
authorfatpigsarefat <fatpigsarefat@outlook.com>2018-05-05 20:51:44 +0100
committerfatpigsarefat <fatpigsarefat@outlook.com>2018-05-05 21:19:32 +0100
commitc3561041cecfb014e46b4b345200bb698795bbfe (patch)
treed74309947325dee97d81c73dfe152e86bab721b0 /src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java
parentf4997269badc3197dc8be93f1c3b84a83d9d9c19 (diff)
Can now modify data (/q a moddata).
Diffstat (limited to 'src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java')
-rw-r--r--src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java b/src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java
index c6ec335d..8824f920 100644
--- a/src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java
+++ b/src/me/fatpigsarefat/quests/player/questprogressfile/QuestProgress.java
@@ -86,4 +86,8 @@ public class QuestProgress {
public boolean isWorthSaving() {
return modified;
}
+
+ public void setWorthSaving(boolean modified) {
+ this.modified = modified;
+ }
}