Script: Added measure:ReadString(), measure:ReadNumber(), measure:ReadFormula()

This commit is contained in:
Birunthan Mohanathas
2012-03-08 15:42:46 +00:00
parent 04048a6325
commit dca935f6ff
3 changed files with 44 additions and 19 deletions

View File

@ -172,7 +172,6 @@ static int MeterWindow_Bang(lua_State* L)
CConfigParser& parser = self->GetParser();
parser.ReplaceVariables(strTmp);
parser.ReplaceMeasures(strTmp);
self->GetMainObject()->ExecuteCommand(strTmp.c_str(), self);
return 0;