mirror of
https://github.com/TheDeus-Group/TFM-4.3-Reloaded.git
synced 2024-12-22 22:34:58 +00:00
Set copy defaults to true
This commit is contained in:
parent
a9e1e2f9e7
commit
12f07f1225
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@ public class TotalFreedomMod extends JavaPlugin {
|
|||
@Override
|
||||
public void onEnable()
|
||||
{
|
||||
getConfig().options().copyDefaults(true);
|
||||
|
||||
Log.info("Made by Madgeek1450 and Prozza");
|
||||
Log.info("Compiled " + buildDate + " by " + buildCreator);
|
||||
|
||||
|
|
Loading…
Reference in a new issue