Correcting BungeeCord issue (#152)

* Correcting BungeeCord issue
This commit is contained in:
Michael Parker 2016-10-23 18:34:59 -04:00 committed by Dane Everitt
parent 6b011fcd36
commit 8c1fe3056f
2 changed files with 31 additions and 1 deletions

View file

@ -215,7 +215,7 @@ class MinecraftServiceTableSeeder extends Seeder
'option_id' => $this->option['bungeecord']->id,
'name' => 'Bungeecord Version',
'description' => 'The version of Bungeecord to download and use.',
'env_variable' => 'BUNGE_VERSION',
'env_variable' => 'BUNGEE_VERSION',
'default_value' => 'latest',
'user_viewable' => 1,
'user_editable' => 1,