Does the issue occur in the editor or during gameplay?
editor
If it's a gameplay issue, please specify which movement system and camera type you're using (free movement vs. grid movement, third-person vs. first-person) or N/A if not applicable:
N/A
Briefly describe the issue you're experiencing:
Sometimes when opening RPGiaB, and the voxel editor, the terminal window can list multiple entries of missing key/values inside editor_settings.cfg.
This appears to have been narrowed down to the editor_settings.cfg not actually having those particular entries, for example, last_export_path = ""
not being in the file.
I suspect RPGiaB occassionally can find itself saving unused entries as versions of the cfg file that simply miss those entries entirely if they lack values.
My file has a blank path (last_export_path = ""
), but Gellyware on discord had that entry missing (see image in screenshots below [confirmed by looking in their cfg file]).
It's not a impacting issue at all....just a notice of an unused feature of RPGiaB losing it's entry in the cfg file but I wonder if some check could be made to make sure even if empty it's still saving the entry to the file on all occassions.
Users like bonebrah encounter it and it can be alarming to read something cant be found, even if in this case, it's a relatively harmless setting (or missing one)
Are there any errors in the in-game debug console or external console window?

Gellyware's screenshot showing not only the error, but confirmed that entry was indeed absent from the file.
I have that entry in mine though so it's not consistent...something is causing RPGiaB to clear thes unused entries on occassion, and it results in the above messages.
Provide the steps necessary to reproduce the issue:
Hard to do a step by step as its just a case of an instance where RPGiaB somehow ends up deleting from the cfg file.
Provide a download link to the bare bones project (strongly recommended if it's an in-game issue, since this helps significantly when attempting to reproduce it; the report will also be given more priority in this case):
N/A