mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 02:14:12 +00:00
Updating comments
This commit is contained in:
parent
01c9b8c704
commit
3653560203
2 changed files with 2 additions and 6 deletions
|
@ -1,10 +1,4 @@
|
|||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: ilumos
|
||||
* Date: 30/08/2017
|
||||
* Time: 22:00
|
||||
*/
|
||||
|
||||
namespace Zeropingheroes\LancacheAutofill\Services\SteamCmd\Exceptions;
|
||||
|
||||
|
|
|
@ -183,6 +183,7 @@ class SteamCmd
|
|||
];
|
||||
}
|
||||
|
||||
// TODO: change login method to accept 3 parameters
|
||||
// Login using username and password (Steam Guard disabled)
|
||||
if ($this->username && $this->password && !$this->guard) {
|
||||
$arguments = [
|
||||
|
@ -201,6 +202,7 @@ class SteamCmd
|
|||
$arguments['@sSteamCmdForcePlatformType'] = $this->platform ?? 'windows';
|
||||
|
||||
// Set SteamCMD arguments
|
||||
// TODO: Set arguments as each method is called
|
||||
$arguments['force_install_dir'] = $this->directory;
|
||||
$arguments['app_license_request'] = $this->appId;
|
||||
$arguments['app_update'] = $this->appId;
|
||||
|
|
Loading…
Reference in a new issue