mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 10:14:43 +02:00
No need for public constructor
This commit is contained in:
@ -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();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user