revert: "[BUGFIX?] Reset CWD before Preloader" (#3538)

This commit is contained in:
Hyper_ 2024-10-26 17:03:42 -03:00 committed by GitHub
parent 090ddd1f1c
commit e6b6b41766
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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;
}