Should every plugin auto load that function even if it isn't informed under PluginInit()?
Just got the kits and give plugins update from Reneb and I saw errors pointing to values that should be readable from there, but since it wasn't loaded the functions didn't worked. Then, after inserting LoadDefaultConfig() inside PluginInit() everything was cool.
LoadDefaultConfig()
Discussion in 'Rust Development' started by TheRotAG, Jan 19, 2015.
-
Wulf Community Admin
It's not automatically loaded, as that function is one plugins control. Not every plugin dev wants it under Init.
-
-
Wulf Community Admin
Many have their own ways of handling the configs, like mine where it will automatically remove, replace, etc.