mirror of
				https://github.com/chibicitiberiu/rainmeter-studio.git
				synced 2024-02-24 04:33:31 +00:00 
			
		
		
		
	Script: Fixed with DynamicVariables
This commit is contained in:
		@@ -169,6 +169,11 @@ void CMeasureScript::ReadOptions(CConfigParser& parser, const WCHAR* section)
 | 
				
			|||||||
				return;
 | 
									return;
 | 
				
			||||||
			}
 | 
								}
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
 | 
							else if (m_LuaScript.IsInitialized())
 | 
				
			||||||
 | 
							{
 | 
				
			||||||
 | 
								// Already initialized.
 | 
				
			||||||
 | 
								return;
 | 
				
			||||||
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	LogWithArgs(LOG_ERROR, L"Script: File not valid in [%s]", m_Name.c_str());
 | 
						LogWithArgs(LOG_ERROR, L"Script: File not valid in [%s]", m_Name.c_str());
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user