added placeholder type for SOF units, could not find the correct name for this type

This commit is contained in:
Valmo Trindade
2024-09-03 01:46:13 -03:00
parent a66582a2c6
commit 3ab5c06029

View File

@@ -52,7 +52,7 @@ switch (_unit_type) do {
_type = "G-U-C-R-X";
};
case "SpecialForces": {
_type = "";
_type = "G-U-C-R-X";
};
case "UAVPilot": {
_type = "G-U-C-V-U";