mirror of
https://github.com/zeropingheroes/lancache-autofill
synced 2024-11-10 10:24:12 +00:00
Added Steam account to queue display
This commit is contained in:
parent
256de2f1a5
commit
144a2399ca
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ class ShowQueue extends Command
|
|||
|
||||
foreach( $apps as $app )
|
||||
{
|
||||
$this->{$messageStyle}( $app->appid ."\t". $app->name . "\t" . $app->platform . "\t" . $app->message );
|
||||
$this->{$messageStyle}( $app->appid ."\t". $app->name . "\t" . $app->platform . "\t" . $app->account . "\t" . $app->message );
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue