Remove duplicate plugins folder

If you have encountered this issue, know that the correct plugins folder is named `Plugins`.
This commit is contained in:
ME1312 2023-05-21 22:43:43 -04:00
parent b5cddeb892
commit c511ded3d4
No known key found for this signature in database
GPG Key ID: FEFFE2F698E88FA8
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class Metrics {
*/
public Metrics(ExHost host) {
boolean enabled = true;
File configPath = new File(new File(GalaxiEngine.getInstance().getRuntimeDirectory(), "plugins"), "bStats");
File configPath = new File(new File(GalaxiEngine.getInstance().getRuntimeDirectory(), "Plugins"), "bStats");
configPath.mkdirs();
File configFile = new File(configPath, "config.yml");
try {