Skip to content

Commit

Permalink
Removed G-LOC message
Browse files Browse the repository at this point in the history
  • Loading branch information
SerTheGreat committed Apr 27, 2016
1 parent ead441d commit f1a90c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion G-Effects/G-Effects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -350,7 +350,7 @@ void loseConsciousness(ProtoCrewMember crewMember, KerbalGState kerbalGData, boo
kerbalGData.gLocFadeAmount = MAX_GLOC_FADE;
if (isCommander) {
if (outputAllowed && (conf.gLocScreenWarning != null) && (conf.gLocScreenWarning.Length > 0) ) {
ScreenMessages.PostScreenMessage(conf.gLocScreenWarning);
//ScreenMessages.PostScreenMessage(conf.gLocScreenWarning);
}
Vessel vessel = crewMember.KerbalRef.InVessel;
if (!hasProbeCore(vessel)) {
Expand Down
Binary file modified GameData/G-Effects/Plugins/G-Effects.dll
Binary file not shown.

0 comments on commit f1a90c9

Please sign in to comment.