CloudNet
CloudNet copied to clipboard
chore: remove some node instance usages
Motivation
We use Node.instance() very often, even where we dont have to.
Modification
Removed most usages of Node.instance() and replaced with passing down the instance using constructors.
Result
Removed not needed usages of the singleton Node.instance()