Set config item to correct boolean value

This commit is contained in:
Dane Everitt 2017-04-14 00:51:36 -04:00
parent 410fd812ac
commit 6fb44f7d7b
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53

View File

@ -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,