From 27882467e5945c254cbc6531636a9534897b88da Mon Sep 17 00:00:00 2001 From: Oreo Oreoniv <28255085+zKoz210@users.noreply.github.com> Date: Fri, 18 Jan 2019 08:00:35 +0300 Subject: [PATCH 1/2] Fixed skip_scripts in creating the server --- resources/themes/pterodactyl/admin/servers/new.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/pterodactyl/admin/servers/new.blade.php b/resources/themes/pterodactyl/admin/servers/new.blade.php index 39d7ee326..f2efc2ce4 100644 --- a/resources/themes/pterodactyl/admin/servers/new.blade.php +++ b/resources/themes/pterodactyl/admin/servers/new.blade.php @@ -206,7 +206,7 @@
- +

If the selected Egg has an install script attached to it, the script will run during install after the pack is installed. If you would like to skip this step, check this box.

From 186418ee5093dde8803ca02200c5e43e23ace3f9 Mon Sep 17 00:00:00 2001 From: Oreo Oreoniv <28255085+zKoz210@users.noreply.github.com> Date: Fri, 18 Jan 2019 08:02:09 +0300 Subject: [PATCH 2/2] Fixed skip_scripts in startup the server --- .../themes/pterodactyl/admin/servers/view/startup.blade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/themes/pterodactyl/admin/servers/view/startup.blade.php b/resources/themes/pterodactyl/admin/servers/view/startup.blade.php index 590672c23..afbce8b95 100644 --- a/resources/themes/pterodactyl/admin/servers/view/startup.blade.php +++ b/resources/themes/pterodactyl/admin/servers/view/startup.blade.php @@ -102,7 +102,7 @@
- skip_scripts) checked @endif /> + skip_scripts) checked @endif />

If the selected Egg has an install script attached to it, the script will run during install after the pack is installed. If you would like to skip this step, check this box.