* Add "loadautosave" server command.
A command that loads the last auto-save. This command can be placed inside `config startcommands` to automatically load the last save when the server starts.
* autosaves config is actually autosave. use first() not get(0)
* Get most recent autosave w/o sorting
* Remove left over debug
oops....