Parcourir la source

Merge pull request #25 from Zorrototo/master

steamCMD bitness fix
OwN-3m-All il y a 8 ans
Parent
commit
358bc7b1ef
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      ogp_agent.pl

+ 1 - 1
ogp_agent.pl

@@ -2165,7 +2165,7 @@ sub steam_cmd_without_decrypt
 	
 	# Handle requested SteamCMD architecture
 	if(defined $arch_bits && $arch_bits ne ""){
-		print FILE "\@sSteamCmdForcePlatformBitness =\"" . $arch_bits . "\"\n";
+		print FILE "\@sSteamCmdForcePlatformBitness " . $arch_bits . "\n";
 	}
 	
 	if($guard ne '')