Skip to content

Commit 8759080

Browse files
author
MeltedLux
authored
Correct Team Fortress 2 name
Although a TF2 + Insurgency game would be 10/10
1 parent ca84022 commit 8759080

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

database/seeds/SourceServiceTableSeeder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ private function addCoreOptions()
7979

8080
$this->option['tf2'] = Models\ServiceOptions::create([
8181
'parent_service' => $this->service->id,
82-
'name' => 'Insurgency',
82+
'name' => 'Team Fortress 2',
8383
'description' => 'Team Fortress 2 is a team-based first-person shooter multiplayer video game developed and published by Valve Corporation. It is the sequel to the 1996 mod Team Fortress for Quake and its 1999 remake.',
8484
'tag' => 'srcds',
8585
'docker_image' => 'quay.io/pterodactyl/srcds',

0 commit comments

Comments
 (0)