mirror of
https://github.com/TotalFreedomMC/TF-ProjectKorra.git
synced 2025-02-11 11:40:40 +00:00
Fix problem where all configs were empty
* Configs were generated correctly but were overridden by empty ones
This commit is contained in:
parent
d834dcb962
commit
4e4c4eff98
1 changed files with 0 additions and 2 deletions
|
@ -67,7 +67,6 @@ public class ConfigManager {
|
|||
config.addDefault("Chi.RapidPunch", "{victim} took all the hits against {attacker}'s {ability}");
|
||||
config.addDefault("Chi.ChiCombo", "{victim} was overwhelmed by {attacker}'s skill {ability}");
|
||||
|
||||
config.options().copyDefaults(true);
|
||||
deathMsgConfig.saveConfig();
|
||||
break;
|
||||
case DEFAULT:
|
||||
|
@ -912,7 +911,6 @@ public class ConfigManager {
|
|||
|
||||
config.addDefault("debug", false);
|
||||
|
||||
config.options().copyDefaults(true);
|
||||
defaultConfig.saveConfig();
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue