Skip to content

Commit 6fb44f7

Browse files
committed
Set config item to correct boolean value
1 parent 410fd81 commit 6fb44f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/MinecraftServiceTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ private function addCoreOptions()
133133
'description' => 'Spigot is the most widely-used modded Minecraft server software in the world. It powers many of the top Minecraft server networks around to ensure they can cope with their huge player base and ensure the satisfaction of their players. Spigot works by reducing and eliminating many causes of lag, as well as adding in handy features and settings that help make your job of server administration easier.',
134134
'docker_image' => 'quay.io/pterodactyl/core:java-glibc',
135135
'config_startup' => null,
136-
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}',
136+
'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": false}}}',
137137
'config_logs' => null,
138138
'config_stop' => null,
139139
'config_from' => $this->option['vanilla']->id,

0 commit comments

Comments
 (0)