Panel: Fix wings stoplogic (#407)

* Panel: FIx wings stoplogic

* do not make an expetion for `^C` let wings handle this

* remove withspaces
This commit is contained in:
Quinten 2024-10-27 01:21:14 +02:00 committed by GitHub
parent 5f4429e2c3
commit 5f77deb1fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -64,12 +64,6 @@ class EggConfigurationService
}
$signal = substr($stop, 1);
if (strtoupper($signal) === 'C') {
return [
'type' => 'stop',
'value' => null,
];
}
return [
'type' => 'signal',