Dolgov D.A. Lab Work 6 #6

Closed
devil_1nc wants to merge 5 commits from LabWork06 into LabWork05
Showing only changes of commit 270dda1a8f - Show all commits

View File

@ -51,7 +51,7 @@ namespace ProjectPlane
}
return
$"{str}{_separatorForObject}{warPlane.DopColor.Name}{_separatorForObject}{warPlane.extraCell}" +
$"{_separatorForObject}{warPlane.SuperTurbine}{_separatorForObject}";
$"{_separatorForObject}{warPlane.SuperTurbine}";
}
}