| 
					
				 | 
			
			
				@@ -1059,7 +1059,7 @@ namespace GFGGame 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         private void CheckAutoShowViews() 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (RoleDataManager.lvl < 10) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-            if (GuideDataManager.currentGuideId <= 0) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            if (GuideDataManager.currentGuideId > 0) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (GameGlobal.AutoShowCompleted) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!GameGlobal.AfterDataInited) return; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             if (!ViewManager.CheckIsTopView(this.viewCom)) return; 
			 |