Skip to content

Commit ad387d7

Browse files
authored
Compat RHS - Fix Stryker Intercom access for Troop Commander (#1396)
1 parent 9dc777c commit ad387d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addons/compat_rhs_usf3/CfgVehicles.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ class CfgVehicles {
332332
displayName = ECSTRING(sys_intercom,crewIntercom);
333333
shortName = ECSTRING(sys_intercom,shortCrewIntercom);
334334
allowedPositions[] = {"crew"};
335-
limitedPositions[] = {{"cargo", "all"}, {"turret", {3}, {4}}};
335+
limitedPositions[] = {{"cargo", "all"}, {"turret", {1}, {2}, {3}, {4}}};
336336
masterPositions[] = {"gunner"};
337337
numLimitedPositions = 1;
338338
connectedByDefault = 1;

0 commit comments

Comments
 (0)