ncannasse %!s(int64=8) %!d(string=hai) anos
pai
achega
a639389048
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      hxd/net/SteamHost.hx

+ 1 - 0
hxd/net/SteamHost.hx

@@ -253,6 +253,7 @@ class SteamHost extends NetworkHost {
 		super();
 		this.gameId = gameId;
 		isAuth = false;
+		perPacketBytes += 20; // STEAM header
 		self = new SteamClient(this, steam.Api.getUser());
 		input = new haxe.io.BytesInput(haxe.io.Bytes.alloc(0));
 	}