subnode bullshit
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user