1
0
mirror of https://github.com/mcMMO-Dev/mcMMO.git synced 2025-07-03 14:14:44 +02:00

No need for public constructor

This commit is contained in:
GJ
2012-06-05 10:30:38 -04:00
parent 7ef72c501e
commit fd1227b87e

@ -17,7 +17,7 @@ public class SpoutConfig extends ConfigLoader {
public HUDType defaulthud; public HUDType defaulthud;
public SpoutConfig(mcMMO plugin) { private SpoutConfig(mcMMO plugin) {
super(plugin, "spout.yml"); super(plugin, "spout.yml");
saveIfNotExist(); saveIfNotExist();
} }