File tree Expand file tree Collapse file tree 5 files changed +28
-4
lines changed
GameData/B9PartSwitch/Localization Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 1- using System ;
1+ using System ;
22using System . Collections . Generic ;
33using UniLinq ;
44using UnityEngine ;
@@ -295,7 +295,7 @@ void MaybeAddModifier(IPartModifier modifier)
295295
296296 if ( modifier is IPartAspectLock partAspectLockHolder )
297297 {
298- object partAspectLock = partAspectLockHolder ;
298+ object partAspectLock = partAspectLockHolder . PartAspectLock ;
299299 if ( aspectLocksOnOtherModules . Contains ( partAspectLock ) )
300300 {
301301 OnInitializationError ( $ "More than one module can't manage { modifier . Description } ") ;
File renamed without changes.
Original file line number Diff line number Diff line change 1+ Localization
2+ {
3+ it-it
4+ {
5+ # LOC_B9PartSwitch_ModuleB9PartSwitch_title = Parte Commutabile
6+ # LOC_B9PartSwitch_ModuleB9PartSwitch_tank_volume = Volume
7+ # LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description = Sottotipo
8+ # LOC_B9PartSwitch_ModuleB9PartSwitch_default_switcher_description_plural = Sottotipi
9+ # LOC_B9PartSwitch_ModuleB9PartSwitch_select_subtype = Seleziona <<1>>
10+ # LOC_B9PartSwitch_PartSwitchFlightDialog_resources_will_be_dumped_warning = <<1>> contiene risorse che saranno perse cambiando il <<2>>
11+ # LOC_B9PartSwitch_PartSwitchFlightDialog_confirm_resource_removal_dialog_title = Conferma eliminazione risorse
12+ # LOC_B9PartSwitch_PartSwitchFlightDialog_select_new_subtype_dialog_title = Selezionare <<1>>
13+ # LOC_B9PartSwitch_PartSwitchFlightDialog_current_subtype_label = <<1>> (Attuale)
14+ # LOC_B9PartSwitch_tank_type_lf = Carburante Liquido
15+ # LOC_B9PartSwitch_tank_type_lfo = CLO
16+ # LOC_B9PartSwitch_tank_type_monoprop = MonoPropellente
17+ # LOC_B9PartSwitch_tank_type_ec = Batteria
18+ # LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_temp = Temperatura massima
19+ # LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_max_skin_temp = Temperatura massima della skin
20+ # LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_crash_tolerance = Tolleranza agli urti
21+ # LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_empty = vuoto
22+ # LOC_B9PartSwitch_SwitcherSubtypeDescriptionGenerator_tank_full = pieno
23+ }
24+ }
Original file line number Diff line number Diff line change 1- 1.12.2
1+ 1.12.3
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ http://forum.kerbalspaceprogram.com/index.php?showtopic=140541
1010
1111## Requirements
1212
13- * KSP version 1.10.1 (build 2939 ) is the only supported KSP version
13+ * KSP version 1.12.3 (build 3173 ) is the only supported KSP version
1414* [ ModuleManager] ( http://forum.kerbalspaceprogram.com/index.php?showtopic=50533 ) is required.
1515
1616## Installation
You can’t perform that action at this time.
0 commit comments