From 6fb44f7d7b3114756be7a4919202dd874eb6bf8f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 14 Apr 2017 00:51:36 -0400 Subject: [PATCH] Set config item to correct boolean value --- database/seeds/MinecraftServiceTableSeeder.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/seeds/MinecraftServiceTableSeeder.php b/database/seeds/MinecraftServiceTableSeeder.php index e48bad4a2..9086c3fbb 100644 --- a/database/seeds/MinecraftServiceTableSeeder.php +++ b/database/seeds/MinecraftServiceTableSeeder.php @@ -133,7 +133,7 @@ EOF; '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.', 'docker_image' => 'quay.io/pterodactyl/core:java-glibc', 'config_startup' => null, - 'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": "false"}}}', + 'config_files' => '{"spigot.yml":{"parser": "yaml", "find":{"settings.restart-on-crash": false}}}', 'config_logs' => null, 'config_stop' => null, 'config_from' => $this->option['vanilla']->id,