ncannasse 8 år sedan
förälder
incheckning
a639389048
1 ändrade filer med 1 tillägg och 0 borttagningar
  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));
 	}