Skip to content

Commit

Permalink
Merge pull request #652 from Lan2Play/dev
Browse files Browse the repository at this point in the history
update cs2seeder
  • Loading branch information
Apfelwurm authored Nov 16, 2023
2 parents 9d10f44 + 408a25d commit a7dfdb0
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions src/database/seeders/GameTemplates/CS2Seeder.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class CS2Seeder extends Seeder

public string $matchstart_name = 'Load Match Pugsharp';
public string $matchstart_command = 'ps_loadconfig "{>gamematchapiurl->matchconfigapi}" "Bearer {>gameServer->gameserver_secret}"';
public ?string $matchstart_verification = null;
public ?string $matchstart_verification = '/Matchconfig loaded!/';

public array $game_command_parameters = [
[
Expand All @@ -48,16 +48,11 @@ class CS2Seeder extends Seeder
[
'name' => 'ps stop match',
'command' => 'ps_stopmatch',
'verification' => null
'verification' => '/Match stopped!/'
]
];

public array $additional_gameserver_commands = [
[
'name' => 'skip warmup',
'command' => 'mp_warmup 0',
'verification' => null
],
[
'name' => 'end warmup',
'command' => 'mp_warmup_end',
Expand Down

0 comments on commit a7dfdb0

Please sign in to comment.