Skip to content

Commit

Permalink
Merge pull request #36 from Egosar93/main
Browse files Browse the repository at this point in the history
fix wrong 2on2 wingman preset
  • Loading branch information
JensForstmann authored Mar 12, 2024
2 parents 2da1d2a + 01c0456 commit b28f08f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/src/presets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ const DEFAULT_PRESETS: IPreset[] = [
],
rconCommands: {
init: [
'game_type 0; game_mode 1; sv_game_mode_flags 0; sv_skirmish_id 0',
'game_type 0; game_mode 2; sv_game_mode_flags 0; sv_skirmish_id 0',
'say > RCON INIT LOADED <',
],
knife: [
Expand Down

0 comments on commit b28f08f

Please sign in to comment.