this is not functional atm, so lets disable this completely

This commit is contained in:
DBotThePony 2023-05-11 12:41:23 +07:00
parent 24df358add
commit 52b7e2b80e
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -46,11 +46,11 @@ class StorageGraph : Abstract6Graph<StorageNode, StorageGraph>() {
}
override fun onNodeAdded(node: StorageNode) {
node.attachComponents(this)
//node.attachComponents(this)
}
override fun onNodeRemoved(node: StorageNode) {
node.removeComponents(this)
//node.removeComponents(this)
}
}