From b2aeed2ad010e164338fbd576cbc51d2e7e3661b Mon Sep 17 00:00:00 2001 From: Nat Quayle Nelson Date: Tue, 7 Mar 2023 07:46:18 -0700 Subject: [PATCH] No more CLI habitfile --- projects/flixel-desktop-habit-puzzle-game/source/Main.hx | 5 ----- 1 file changed, 5 deletions(-) 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;