Skip to content

Commit

Permalink
refactor: change steam temp dummy port id
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophon96 committed Dec 4, 2023
1 parent b79cb05 commit 892397a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LocoWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public LocoWrapper(TrainCar loco)
case TrainCarType.LocoS060:
case TrainCarType.LocoSteamHeavy:
_tempPort = new Port("",
new PortDefinition(PortType.READONLY_OUT, PortValueType.TEMPERATURE, "asdlkfjasdfjoiwer"));
new PortDefinition(PortType.READONLY_OUT, PortValueType.TEMPERATURE, "nocablemufake"));
_simFlow.TryGetPort("cylinderCock.EXT_IN", out _cylCocksPort);
_hasCylCocks = true;
break;
Expand Down

0 comments on commit 892397a

Please sign in to comment.