Oxide.Core
Oxide.Core copied to clipboard
Parse empty files
Issue
Sometimes, a config/data file will exist, but will be empty. Parsing those files as T returns null. It should instead return a new instance of T as it would if the file didn't exist.