mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 12:33:03 +00:00
Allow to forceSave conf files
This commit is contained in:
parent
2588e20140
commit
9160410a50
3 changed files with 35 additions and 6 deletions
|
@ -42,7 +42,7 @@ public final class Economy
|
|||
npcConfig.load();
|
||||
npcConfig.setProperty("npc", true);
|
||||
npcConfig.setProperty("money", ess.getSettings().getStartingBalance());
|
||||
npcConfig.save();
|
||||
npcConfig.forceSave();
|
||||
}
|
||||
|
||||
private static void deleteNPC(String name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue