mirror of
https://github.com/pterodactyl/panel.git
synced 2024-11-22 17:12:30 +01:00
Send server name and description to wings to make available to replacers
This commit is contained in:
parent
abac317802
commit
2eda1995b9
@ -47,6 +47,10 @@ class ServerConfigurationStructureService
|
||||
{
|
||||
return [
|
||||
'uuid' => $server->uuid,
|
||||
'meta' => [
|
||||
'name' => $server->name,
|
||||
'description' => $server->description,
|
||||
],
|
||||
'suspended' => $server->isSuspended(),
|
||||
'environment' => $this->environment->handle($server),
|
||||
'invocation' => $server->startup,
|
||||
|
Loading…
Reference in New Issue
Block a user