DragonEgg

Results 2 issues of DragonEgg

If the copy fails, there should be no need to continue testing befor: ``` 97 CopyHDLL(HDllPath, NotFoundPath); 98 LoadExecutable(Args.EPath); ``` after: ``` if (CopyHDLL(HDllPath, NotFoundPath)) { LoadExecutable(Args.EPath); } ```

![qq 20150115185934](https://cloud.githubusercontent.com/assets/4232461/5756287/ab8254da-9ce8-11e4-9765-7930e1b9259d.jpg) 不知道咋描述,,原谅我这个语文不及格的孩纸吧。。看图就好。

plugin