CreateNPCFile overwriting existing files #4172
-
Whenever I go into the server the balances of my towns/nations gets reset. The root of the problem is with Vault not recognizing that there is already an account for this, but I just want to cut to the chase and fix the Essentials' CreateNPCFile function to first test for any existing files before overwriting something with the same uuid. Below is the log report and the suggested if statement that I recommend be added to the com.earth2me.essentials.api.Economy.createNPCFile function. Can someone please help me compile a version of essentials that has this if statement and see if it fixes my issue? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
This has been fixed in f8f1fac and will be further improved with #4188 |
Beta Was this translation helpful? Give feedback.
This has been fixed in f8f1fac and will be further improved with #4188