mirror of
https://github.com/Zrips/Jobs.git
synced 2025-03-12 06:40:09 +01:00
We need to save player data when quest is progressed or done
This commit is contained in:
parent
14eeb9e73f
commit
8288c83d00
@ -132,6 +132,8 @@ public class QuestProgression {
|
||||
}
|
||||
}
|
||||
|
||||
jPlayer.setSaved(false);
|
||||
|
||||
if (!isCompleted())
|
||||
return;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user