1. I may be missing something simple but when using "datafile.GetDataTable" to get a data file, it works but always gets old data. That is, the data file is modified and saved by another plugin but when getting the data from it, it always gets old data (from when it was first retrieved). Is there a way to always get new data? Thanks.
     
  2. Wulf

    Wulf Community Admin

    Is the datafile for your plugin or another plugin? If the other plugin isn't actually saving to file, then it will only be available in the server's memory.
     
  3. It is for another plugin. I looked at the code and it does indeed save. I even see the changes reflected in the data file itself.