Skip to content

Commit

Permalink
Revert "[BUGFIX?] Reset CWD before Preloader"
Browse files Browse the repository at this point in the history
  • Loading branch information
NotHyper-474 authored and ninjamuffin99 committed Oct 26, 2024
1 parent 090ddd1 commit f2ba8dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions source/funkin/ui/transition/preload/FunkinPreloader.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit f2ba8dd

Please sign in to comment.