Skip to content

Commit dd55d94

Browse files
committed
Fix parameter assignment
1 parent 01969d5 commit dd55d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/TerrariaServiceTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ private function addVariables()
9393
]);
9494

9595
Models\ServiceVariables::create([
96-
'option_id' => $this->option['vanilla']->id,
96+
'option_id' => $this->option['tshock']->id,
9797
'name' => 'Maximum Slots',
9898
'description' => 'Total number of slots to allow on the server.',
9999
'env_variable' => 'MAX_SLOTS',

0 commit comments

Comments
 (0)