1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-11-22 17:12:30 +01:00

Fix parameter assignment

This commit is contained in:
Dane Everitt 2016-09-21 16:04:48 -04:00
parent 01969d5ee4
commit dd55d943df

View File

@ -93,7 +93,7 @@ class TerrariaServiceTableSeeder extends Seeder
]); ]);
Models\ServiceVariables::create([ Models\ServiceVariables::create([
'option_id' => $this->option['vanilla']->id, 'option_id' => $this->option['tshock']->id,
'name' => 'Maximum Slots', 'name' => 'Maximum Slots',
'description' => 'Total number of slots to allow on the server.', 'description' => 'Total number of slots to allow on the server.',
'env_variable' => 'MAX_SLOTS', 'env_variable' => 'MAX_SLOTS',