From e6b6b41766deb2e8655a8c2ddac3265f10dd82ab Mon Sep 17 00:00:00 2001 From: Hyper_ <40342021+NotHyper-474@users.noreply.github.com> Date: Sat, 26 Oct 2024 17:03:42 -0300 Subject: [PATCH] revert: "[BUGFIX?] Reset CWD before Preloader" (#3538) --- source/funkin/ui/transition/preload/FunkinPreloader.hx | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/funkin/ui/transition/preload/FunkinPreloader.hx b/source/funkin/ui/transition/preload/FunkinPreloader.hx index 1b39a3482..e81bfbc4b 100644 --- a/source/funkin/ui/transition/preload/FunkinPreloader.hx +++ b/source/funkin/ui/transition/preload/FunkinPreloader.hx @@ -136,8 +136,6 @@ class FunkinPreloader extends FlxBasePreloader // We can't even call trace() yet, until Flixel loads. trace('Initializing custom preloader...'); - funkin.util.CLIUtil.resetWorkingDir(); - this.siteLockTitleText = Constants.SITE_LOCK_TITLE; this.siteLockBodyText = Constants.SITE_LOCK_DESC; }