Fixed program from object.factory() being kept in BotFactory for every next manual operation
parent
4bdadc8cc8
commit
45d6091a74
|
@ -141,6 +141,7 @@ Error CAutoFactory::StartAction(int param)
|
|||
return ERR_FACTORY_NEAR;
|
||||
}
|
||||
|
||||
m_program = "";
|
||||
SetBusy(true);
|
||||
InitProgressTotal(3.0f+2.0f+15.0f+2.0f+3.0f);
|
||||
UpdateInterface();
|
||||
|
|
Loading…
Reference in New Issue