Show installing status instead of offline when a server is installing

This commit is contained in:
Matthew Penner 2020-12-04 09:48:47 -07:00
parent 77abfd01ec
commit f9a1bc6c9b
2 changed files with 19 additions and 6 deletions

View file

@ -2,8 +2,6 @@
namespace Pterodactyl\Http\Requests\Api\Client\Servers\Network;
use Illuminate\Support\Collection;
use Pterodactyl\Models\Allocation;
use Pterodactyl\Models\Permission;
use Pterodactyl\Http\Requests\Api\Client\ClientApiRequest;
@ -16,5 +14,4 @@ class NewAllocationRequest extends ClientApiRequest
{
return Permission::ACTION_ALLOCATION_CREATE;
}
}