Script: Fix that some meter related operations (e.g. !HideMeterGroup) did not work in Initialize()

This commit is contained in:
Birunthan Mohanathas
2013-06-23 13:58:48 +03:00
parent f54970e2d7
commit 13ebeccfd7
2 changed files with 15 additions and 2 deletions

View File

@ -35,6 +35,7 @@ public:
void UninitializeLuaScript();
protected:
virtual void Initialize();
virtual void ReadOptions(ConfigParser& parser, const WCHAR* section);
virtual void UpdateValue();