CloudNet icon indicating copy to clipboard operation
CloudNet copied to clipboard

chore: remove some node instance usages

Open 0utplay opened this issue 3 years ago • 0 comments

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()

0utplay avatar Jul 22 '22 19:07 0utplay