Updating comments

This commit is contained in:
ilumos 2017-09-03 19:05:20 +01:00
parent 01c9b8c704
commit 3653560203
2 changed files with 2 additions and 6 deletions

View file

@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: ilumos
* Date: 30/08/2017
* Time: 22:00
*/
namespace Zeropingheroes\LancacheAutofill\Services\SteamCmd\Exceptions;

View file

@ -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;