Steam Updater Bugfix

Steam Updater was not able to update Steam games (CS:S/CS:GO).
This commit is contained in:
Lacrimosa99 2023-02-16 14:49:51 +01:00
parent 66bf78c312
commit dd4793bf28

View File

@ -423,7 +423,7 @@ class masterServer {
$fixedId = workAroundForValveChaos($row['appID'], $row['shorten'], false); $fixedId = workAroundForValveChaos($row['appID'], $row['shorten'], false);
$this->shellScript .= ($fixedId == 90) ? ' +app_set_config 90 mod ' . $row['shorten'] . ' +app_update 90' : '+app_update ' . $fixedId; $this->shellScript .= ($fixedId == 90) ? ' +app_set_config 90 mod ' . $row['shorten'] . ' +app_update 90' : ' +app_update ' . $fixedId;
$this->shellScript .= ' validate +quit > ' . $updateLog . "\n"; $this->shellScript .= ' validate +quit > ' . $updateLog . "\n";
} else if ($row['steamgame'] == 'N' and ($row['shorten'] == 'mc')) { } else if ($row['steamgame'] == 'N' and ($row['shorten'] == 'mc')) {