mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-30 20:02:18 +00:00
fix lol bruh
This commit is contained in:
parent
6e5caa977a
commit
a8fab3e647
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