The defaultUser field will have been removed from the user config.
As far as I can tell the default user continues to exist in memory while FPSci is still running, so additional users added before quitting will continue to copy the default user settings. However, on subsequent start up and runs, the previous default user settings will have been forgotten.
Steps to reproduce:
defaultUser
allowUserAdd = True;
The
defaultUser
field will have been removed from the user config.As far as I can tell the default user continues to exist in memory while FPSci is still running, so additional users added before quitting will continue to copy the default user settings. However, on subsequent start up and runs, the previous default user settings will have been forgotten.