mirror of
https://github.com/ME1312/SubServers-2.git
synced 2024-11-22 02:08:27 +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) {
|
public Metrics(ExHost host) {
|
||||||
boolean enabled = true;
|
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();
|
configPath.mkdirs();
|
||||||
File configFile = new File(configPath, "config.yml");
|
File configFile = new File(configPath, "config.yml");
|
||||||
try {
|
try {
|
||||||
|
Loading…
Reference in New Issue
Block a user