Continuing on the UCL change train, we've revived our keyvalues loading/saving functions from GM9 because garry's just wasn't satisfactory.
Even though the syntax is quite a bit different, it
should be completely backwards compatible. Let me know if you run into any problems.
You will need to delete misc_registered.txt. This isn't set to be backwards compatible since it's only existed in SVN so farTODO: Now that we're not using strings for keys, we can use ipairs() when cycling through the tables. Need to do this, much better performance-wise.