Skip to content

Commit

Permalink
Check for main menu too, close #142
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanKell committed May 6, 2016
1 parent 88b9d43 commit 6586cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Tanks/ModuleFuelTanks.cs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ bool isDatabaseLoad
{
get {
return (HighLogic.LoadedScene == GameScenes.SPACECENTER
|| HighLogic.LoadedScene == GameScenes.LOADING);
|| HighLogic.LoadedScene == GameScenes.LOADING || HighLogic.LoadedScene == GameScenes.MAINMENU);
}
}

Expand Down

0 comments on commit 6586cfd

Please sign in to comment.