Skip to content

Commit 3c7ffaa

Browse files
committed
Remove all references of packs from the Panel
1 parent f197868 commit 3c7ffaa

File tree

60 files changed

+129
-2517
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

60 files changed

+129
-2517
lines changed

app/Contracts/Repository/NestRepositoryInterface.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
interface NestRepositoryInterface extends RepositoryInterface
1515
{
1616
/**
17-
* Return a nest or all nests with their associated eggs, variables, and packs.
17+
* Return a nest or all nests with their associated eggs and variables.
1818
*
1919
* @param int $id
2020
* @return \Illuminate\Database\Eloquent\Collection|\Pterodactyl\Models\Nest
@@ -24,7 +24,7 @@ interface NestRepositoryInterface extends RepositoryInterface
2424
public function getWithEggs(int $id = null);
2525

2626
/**
27-
* Return a nest or all nests and the count of eggs, packs, and servers for that nest.
27+
* Return a nest or all nests and the count of eggs and servers for that nest.
2828
*
2929
* @param int|null $id
3030
* @return \Pterodactyl\Models\Nest|\Illuminate\Database\Eloquent\Collection

app/Contracts/Repository/PackRepositoryInterface.php

Lines changed: 0 additions & 25 deletions
This file was deleted.

app/Contracts/Repository/ServerRepositoryInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function loadDatabaseRelations(Server $server, bool $refresh = false): Se
8585

8686
/**
8787
* Get data for use when updating a server on the Daemon. Returns an array of
88-
* the egg and pack UUID which are used for build and rebuild. Only loads relations
88+
* the egg which is used for build and rebuild. Only loads relations
8989
* if they are missing, or refresh is set to true.
9090
*
9191
* @param \Pterodactyl\Models\Server $server

app/Exceptions/Service/Pack/InvalidFileMimeTypeException.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/Exceptions/Service/Pack/InvalidPackArchiveFormatException.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/Exceptions/Service/Pack/UnreadableZipArchiveException.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/Exceptions/Service/Pack/ZipArchiveCreationException.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/Exceptions/Service/Pack/ZipExtractionException.php

Lines changed: 0 additions & 16 deletions
This file was deleted.

app/Http/Controllers/Admin/PackController.php

Lines changed: 0 additions & 251 deletions
This file was deleted.

app/Http/Controllers/Admin/ServersController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ public function toggleInstall(Server $server)
240240
}
241241

242242
/**
243-
* Reinstalls the server with the currently assigned pack and service.
243+
* Reinstalls the server with the currently assigned service.
244244
*
245245
* @param \Pterodactyl\Models\Server $server
246246
* @return \Illuminate\Http\RedirectResponse

0 commit comments

Comments
 (0)