mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-16 00:44:46 +01:00
Add a loadReader helper function to DataLoader
Also minor name changing on a few DataLoader methods
This commit is contained in:
@@ -191,7 +191,7 @@ public final class Utils {
|
||||
createFolder(dataFolder);
|
||||
|
||||
// Make sure the data folder is populated, if there are any missing files copy them from resources
|
||||
DataLoader.CheckAllFiles();
|
||||
DataLoader.checkAllFiles();
|
||||
|
||||
if(exit) System.exit(1);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user