mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-13 20:03:45 +02:00
Fix parameter assignment
This commit is contained in:
@@ -93,7 +93,7 @@ class TerrariaServiceTableSeeder extends Seeder
|
||||
]);
|
||||
|
||||
Models\ServiceVariables::create([
|
||||
'option_id' => $this->option['vanilla']->id,
|
||||
'option_id' => $this->option['tshock']->id,
|
||||
'name' => 'Maximum Slots',
|
||||
'description' => 'Total number of slots to allow on the server.',
|
||||
'env_variable' => 'MAX_SLOTS',
|
||||
|
||||
Reference in New Issue
Block a user