We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49dee28 commit 2d95204Copy full SHA for 2d95204
resources/views/admin/servers/new.blade.php
@@ -254,7 +254,7 @@
254
255
<div class="form-group col-xs-12">
256
<div class="checkbox checkbox-primary no-margin-bottom">
257
- <input type="checkbox" id="pSkipScripting" name="skip_scripts" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
+ <input type="checkbox" id="pSkipScripting" name="skip_scripts" value="1" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
258
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
259
</div>
260
0 commit comments