expanded no farmating
This commit is contained in:
@@ -477,7 +477,13 @@ wrenchboard=#
|
||||
];
|
||||
}
|
||||
public function summaryReturnData($in,$out){
|
||||
$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
|
||||
if ($in["action"] == -1 ){
|
||||
$final_out = $in;
|
||||
}
|
||||
else{
|
||||
$final_out = ( new \App\Models\ResultFormatter() )->processOutJson($in, $out);
|
||||
}
|
||||
|
||||
$final_out["environment"] = $this->current_env + 0;
|
||||
$final_out["session_image_server"] = $this->primary_image_sever;
|
||||
$final_out["server_tag"] = $this->server_tag;
|
||||
|
||||
Reference in New Issue
Block a user