exe search ready
This commit is contained in:
		
							parent
							
								
									9e33f09b8e
								
							
						
					
					
						commit
						42e8b80999
					
				@ -53,7 +53,6 @@ namespace OWTrack
 | 
				
			|||||||
                tr.gamePath = savedTracker().gamePath;
 | 
					                tr.gamePath = savedTracker().gamePath;
 | 
				
			||||||
                update();
 | 
					                update();
 | 
				
			||||||
            }            
 | 
					            }            
 | 
				
			||||||
            else MessageBox.Show("no save");
 | 
					 | 
				
			||||||
        }       
 | 
					        }       
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        private bool saveExist()
 | 
					        private bool saveExist()
 | 
				
			||||||
@ -71,17 +70,22 @@ namespace OWTrack
 | 
				
			|||||||
                            return true;
 | 
					                            return true;
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                        else
 | 
					                        else
 | 
				
			||||||
 | 
					                        {
 | 
				
			||||||
 | 
					                            if (!tr.LoacteOW())
 | 
				
			||||||
                            {
 | 
					                            {
 | 
				
			||||||
                                getGamePath();
 | 
					                                getGamePath();
 | 
				
			||||||
                                st.Close();
 | 
					                                st.Close();
 | 
				
			||||||
 | 
					                            }
 | 
				
			||||||
                            return true;
 | 
					                            return true;
 | 
				
			||||||
                        }
 | 
					                        }
 | 
				
			||||||
                    }
 | 
					                    }
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
                else
 | 
					                else
 | 
				
			||||||
                {
 | 
					                {
 | 
				
			||||||
                    MessageBox.Show("NO data.json");
 | 
					                    if (!tr.LoacteOW())
 | 
				
			||||||
 | 
					                    {
 | 
				
			||||||
                        getGamePath(); 
 | 
					                        getGamePath(); 
 | 
				
			||||||
 | 
					                    }
 | 
				
			||||||
                    return false;
 | 
					                    return false;
 | 
				
			||||||
                }
 | 
					                }
 | 
				
			||||||
            }
 | 
					            }
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user