Skip to content

Commit 557f917

Browse files
2 parents 7f3385f + e282eb1 commit 557f917

File tree

5 files changed

+28
-4
lines changed

5 files changed

+28
-4
lines changed

B9PartSwitch/PartSwitch/PartSubtype.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using System;
1+
using System;
22
using System.Collections.Generic;
33
using UniLinq;
44
using 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.
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
}

KSP_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.12.2
1+
1.12.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)