mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-21 17:56:16 +01:00
Remove duplicate plugins folder
If you have encountered this issue, know that the correct plugins folder is named `Plugins`.
This commit is contained in:
parent
b5cddeb892
commit
c511ded3d4
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user