Another StationJobsTest fix (#18742)

This commit is contained in:
metalgearsloth
2023-08-06 15:30:37 +10:00
committed by GitHub
parent fa16497025
commit 283b900eed

View File

@@ -27,7 +27,7 @@ public sealed class StationJobsTest
id: FooStation id: FooStation
minPlayers: 0 minPlayers: 0
mapName: FooStation mapName: FooStation
mapPath: /Maps/Tests/empty.yml mapPath: /Maps/Test/empty.yml
stations: stations:
Station: Station:
mapNameTemplate: FooStation mapNameTemplate: FooStation
@@ -35,7 +35,7 @@ public sealed class StationJobsTest
components: components:
- type: StationJobs - type: StationJobs
overflowJobs: overflowJobs:
- Assistant - Passenger
availableJobs: availableJobs:
TMime: [0, -1] TMime: [0, -1]
TAssistant: [-1, -1] TAssistant: [-1, -1]