ncannasse 9 anos atrás
pai
commit
5648dbc94d
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      hxd/net/NetworkHost.hx

+ 1 - 0
hxd/net/NetworkHost.hx

@@ -153,6 +153,7 @@ class NetworkHost {
 	public function new() {
 	public function new() {
 		current = this;
 		current = this;
 		isAuth = true;
 		isAuth = true;
+		self = new NetworkClient(this);
 		clients = [];
 		clients = [];
 		pendingClients = [];
 		pendingClients = [];
 		ctx = new Serializer();
 		ctx = new Serializer();