subnode bullshit

This commit is contained in:
2026-04-12 00:16:52 +02:00
parent f456b9b04e
commit 59358e6b08
4 changed files with 14 additions and 4 deletions

View File

@@ -146,6 +146,7 @@ object Networking {
}
fun directConnectTo(other: Node) {
if(other == this) return;
if(other in connections) return;
connections.add(other);
this.onConnect(other);