mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 14:53:45 +02:00
Fix parameter assignment
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user