mirror of
https://github.com/vegapnk/RJW-Genes.git
synced 2024-08-15 00:23:31 +00:00
Found the wrong cast
This commit is contained in:
parent
1e667e2730
commit
1b547094fe
2 changed files with 2 additions and 1 deletions
|
@ -7,6 +7,7 @@ namespace RJW_Genes
|
|||
{
|
||||
public class HediffComp_ProcessCumbucket : HediffComp
|
||||
{
|
||||
|
||||
public HediffsCompProperties_ProcessCumbucketMTB Props
|
||||
{
|
||||
get
|
||||
|
|
|
@ -11,7 +11,7 @@ namespace RJW_Genes
|
|||
{
|
||||
public HediffsCompProperties_ProcessCumbucketMTB()
|
||||
{
|
||||
this.compClass = typeof(HediffsCompProperties_ProcessCumbucketMTB);
|
||||
this.compClass = typeof(HediffComp_ProcessCumbucket);
|
||||
}
|
||||
|
||||
public override IEnumerable<string> ConfigErrors(HediffDef parentDef)
|
||||
|
|
Loading…
Reference in a new issue