1
1
mirror of https://github.com/pterodactyl/panel.git synced 2024-10-27 04:12:28 +01:00

Correct Team Fortress 2 name

Although a TF2 + Insurgency game would be 10/10
This commit is contained in:
MeltedLux 2016-09-28 04:33:49 +01:00 committed by GitHub
parent ca84022e84
commit 8759080897

View File

@ -79,7 +79,7 @@ class SourceServiceTableSeeder extends Seeder
$this->option['tf2'] = Models\ServiceOptions::create([
'parent_service' => $this->service->id,
'name' => 'Insurgency',
'name' => 'Team Fortress 2',
'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.',
'tag' => 'srcds',
'docker_image' => 'quay.io/pterodactyl/srcds',