What is the "NIL Provided" used for?
MasterEnderman opened this issue ยท 3 comments
"Nil Provided" is true if .provide(nil)
or .provide()
is called. Otherwise something is provided and it is false
When the module is initialized, if nothing is provided yet, the value is therefore always true.