Skip to content

Commit 2d95204

Browse files
committed
Pass a value for skipping scripts correctly; closes pterodactyl#1991
1 parent 49dee28 commit 2d95204

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/admin/servers/new.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@
254254

255255
<div class="form-group col-xs-12">
256256
<div class="checkbox checkbox-primary no-margin-bottom">
257-
<input type="checkbox" id="pSkipScripting" name="skip_scripts" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
257+
<input type="checkbox" id="pSkipScripting" name="skip_scripts" value="1" {{ \Pterodactyl\Helpers\Utilities::checked('skip_scripts', 0) }} />
258258
<label for="pSkipScripting" class="strong">Skip Egg Install Script</label>
259259
</div>
260260

0 commit comments

Comments
 (0)