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:
parent
01969d5ee4
commit
dd55d943df
@ -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',
|
||||||
|
Loading…
Reference in New Issue
Block a user