Skip to content

Commit

Permalink
upd
Browse files Browse the repository at this point in the history
  • Loading branch information
Rxup committed Apr 20, 2024
1 parent 599e480 commit 70ff3d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/Station/EvacShuttleTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public async Task EmergencyEvacTest()
var shuttleEnabled = pair.Server.CfgMan.GetCVar(CCVars.EmergencyShuttleEnabled);
pair.Server.CfgMan.SetCVar(CCVars.GameMap, "Saltern");
pair.Server.CfgMan.SetCVar(CCVars.GameDummyTicker, false);
pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true);
await server.WaitPost(() => pair.Server.CfgMan.SetCVar(CCVars.EmergencyShuttleEnabled, true));

await server.WaitPost(() => ticker.RestartRound());
await pair.RunTicksSync(25);
Expand Down

0 comments on commit 70ff3d3

Please sign in to comment.