View Single Post
  #8  
Old 12-03-2011, 02:38 PM
KDN KDN is offline
Approved Member
 
Join Date: Sep 2010
Posts: 114
Default

My first idea for a quick trial is to change:
if (loadHistoryList.IndexOf(missionFullPath) < 0) to
something like
if (loadHistoryList.IndexOf(missionFullPath) < 10)

Not quite elegant but, if it works, it will do for the moment

I will report back when I set it up...
Reply With Quote