Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Jan 15, 2025
1 parent eed4e69 commit 4b3e62e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ await server.WaitAssertion(() =>
{
// this mimics roundflow:
// rules added, then round starts
gameTicker.AddGameRule("Secret");
gameTicker.AddGameRule("SecretDeltaV"); // DeltaV: Too lazy to get the cvar
gameTicker.StartGamePresetRules();
});

Expand Down
2 changes: 1 addition & 1 deletion Resources/ConfigPresets/DeltaV/deltav.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lobbyenabled = true
lobbyduration = 240
round_end_pacifist = true
contraband_examine = false # Doubtful that it's desired at all, and would require going over every item in accordance with SOP
secret_weight_prototype = SecretDeltaV
secret_weight_prototype = "SecretDeltaV"

# New players can't join a server without admins
[game.panic_bunker]
Expand Down

0 comments on commit 4b3e62e

Please sign in to comment.