Oxide.Core icon indicating copy to clipboard operation
Oxide.Core copied to clipboard

Parse empty files

Open ilovepatatos opened this issue 1 year ago • 0 comments

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.

ilovepatatos avatar Jun 04 '24 16:06 ilovepatatos