mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-08-03 19:15:50 +00:00
Remove useless plugin field.
This commit is contained in:
parent
8834bd2413
commit
e4a0c30ae4
1 changed files with 1 additions and 3 deletions
|
@ -11,10 +11,8 @@ public class ConfigManager {
|
|||
|
||||
public static Config deathMsgConfig;
|
||||
public static Config defaultConfig;
|
||||
static ProjectKorra plugin;
|
||||
|
||||
public ConfigManager(ProjectKorra plugin) {
|
||||
ConfigManager.plugin = plugin;
|
||||
public ConfigManager() {
|
||||
deathMsgConfig = new Config(new File("deathmessages.yml"));
|
||||
defaultConfig = new Config(new File("config.yml"));
|
||||
configCheck(ConfigType.DEFAULT);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue