mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-21 16:42:29 +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);
|
||||
if (strtoupper($signal) === 'C') {
|
||||
return [
|
||||
'type' => 'stop',
|
||||
'value' => null,
|
||||
];
|
||||
}
|
||||
|
||||
return [
|
||||
'type' => 'signal',
|
||||
|
Loading…
Reference in New Issue
Block a user