Restore ability to run without jar (#1875)

* Change JAR_FILE_SYSTEM to allow running from IDE without jar

* Just grab /defaults/data

* Restore FileUtils.getPathsFromResource
This commit is contained in:
Luke H-W
2022-10-19 01:26:11 +10:30
committed by GitHub
parent 577772831c
commit 026ef9c51b
2 changed files with 25 additions and 27 deletions

View File

@@ -2,7 +2,6 @@ package emu.grasscutter;
import ch.qos.logback.classic.Level;
import ch.qos.logback.classic.Logger;
import com.google.gson.Gson;
import emu.grasscutter.auth.AuthenticationSystem;
import emu.grasscutter.auth.DefaultAuthentication;