mirror of
https://github.com/easy-wi/developer.git
synced 2025-02-20 11:23:28 +08:00
Steam Updater Bugfix
Steam Updater was not able to update Steam games (CS:S/CS:GO).
This commit is contained in:
parent
66bf78c312
commit
dd4793bf28
@ -423,7 +423,7 @@ class masterServer {
|
||||
|
||||
$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";
|
||||
|
||||
} else if ($row['steamgame'] == 'N' and ($row['shorten'] == 'mc')) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user