Skip to content

Commit

Permalink
oops thats dumb of me
Browse files Browse the repository at this point in the history
  • Loading branch information
Just-a-Unity-Dev committed Sep 18, 2024
1 parent b7e6110 commit fe936b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.IntegrationTests/Tests/PostMapInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ await server.WaitPost(() =>

// Test shuttle can dock.
// This is done inside gamemap test because loading the map takes ages and we already have it.
// var station = entManager.GetComponent<StationMemberComponent>(targetGrid!.Value).Station;
var station = entManager.GetComponent<StationMemberComponent>(targetGrid!.Value).Station;
// if (entManager.TryGetComponent<StationEmergencyShuttleComponent>(station, out var stationEvac))
// {
// var shuttlePath = stationEvac.EmergencyShuttlePath;
Expand Down

0 comments on commit fe936b7

Please sign in to comment.