diff --git a/projects/flixel-desktop-habit-puzzle-game/source/Main.hx b/projects/flixel-desktop-habit-puzzle-game/source/Main.hx index 8ad92f09..e59da3b1 100644 --- a/projects/flixel-desktop-habit-puzzle-game/source/Main.hx +++ b/projects/flixel-desktop-habit-puzzle-game/source/Main.hx @@ -25,11 +25,6 @@ class Main extends Sprite File.saveContent(habitFile, File.getContent("assets/default.txt")); } - var habitFile = if (Sys.args().length > 0 && Sys.args()[0].length > 0) { - Sys.args()[0]; - } else { - habitFile; - }; function reloadModel(_) { if (t.draggingSprite == null && !t.tempWindowIsShown()) { var showLowerPriority = t.model.showLowerPriority;