mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-12 11:23:47 +02:00
Fix suspension/installed handling for servers
closes Pterodactyl/Panel#891
This commit is contained in:
@@ -431,7 +431,7 @@ class ServersController extends Controller
|
||||
|
||||
$this->repository->update($server->id, [
|
||||
'installed' => ! $server->installed,
|
||||
]);
|
||||
], true, true);
|
||||
|
||||
$this->alert->success(trans('admin/server.alerts.install_toggled'))->flash();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user