ncannasse 9 năm trước cách đây
mục cha
commit
5648dbc94d
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      hxd/net/NetworkHost.hx

+ 1 - 0
hxd/net/NetworkHost.hx

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