mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix hunt scores not saving
This commit is contained in:
parent
bace595cd2
commit
d6278b3445
1 changed files with 1 additions and 1 deletions
|
|
@ -425,7 +425,7 @@ class HuntMode extends NullMode {
|
|||
name: "Player",
|
||||
time: getFinishScore()
|
||||
};
|
||||
Settings.saveScore(level.path, myScore, getScoreType());
|
||||
Settings.saveScore(level.mission.path, myScore, getScoreType());
|
||||
var notifies = AchievementsGui.check();
|
||||
var delay = 5.0;
|
||||
var achDelay = 0.0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue