Skip to content

Commit

Permalink
Merge pull request #44 from HebaruSan/patch-1
Browse files Browse the repository at this point in the history
Fix cfg syntax
  • Loading branch information
OhioBob authored Mar 29, 2022
2 parents d9b4266 + cc638b7 commit 24226ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GameData/JNSQ/JNSQ_Configs/KK/DefaultColor.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ KK_ColorPreset2:NEEDS[KerbalKonstructs]
TarmacTexture = BUILTIN:/ksc_exterior_terrain_asphalt
}

!KK_ColorPreset:HAS[~Name[JNSQ*]] :AFTER[KerbalKonstructs] {}
!KK_ColorPreset:HAS[~Name[JNSQ*]]:AFTER[KerbalKonstructs] {}
KK_ColorPreset:NEEDS[KerbalKonstructs]
{
Name = JNSQ KSC
Color = 0.4,0.45,0.36,1
Texture = BUILTIN:/terrain_grass00_new
}
}
2 changes: 1 addition & 1 deletion GameData/JNSQ/JNSQ_Configs/Scatterer/sunflare01.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@
#@Sunflare_Esther/ghost2SettingsList2:NEEDS[!JNSQNoGhosts] {}
#@Sunflare_Esther/ghost3SettingsList1:NEEDS[!JNSQNoGhosts] {}
}
}
}

0 comments on commit 24226ef

Please sign in to comment.