mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 09:02:28 +01:00
fix: remove special handling for ^C
stop command (#5132)
This commit is contained in:
parent
2611cdf426
commit
953575ff5c
@ -64,12 +64,6 @@ class EggConfigurationService
|
|||||||
}
|
}
|
||||||
|
|
||||||
$signal = substr($stop, 1);
|
$signal = substr($stop, 1);
|
||||||
if (strtoupper($signal) === 'C') {
|
|
||||||
return [
|
|
||||||
'type' => 'stop',
|
|
||||||
'value' => null,
|
|
||||||
];
|
|
||||||
}
|
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'type' => 'signal',
|
'type' => 'signal',
|
||||||
|
Loading…
Reference in New Issue
Block a user