That's a bad

This commit is contained in:
Cyberboss
2017-09-17 22:54:00 -04:00
parent c3f8cec06e
commit 443935b4c9
+1 -1
View File
@@ -365,7 +365,7 @@ namespace TGServerService
void UpdateInterfaceDll(bool overwrite)
{
var targetPath = Path.Combine(StaticConfigDir, InterfaceDLLName);
var targetPath = Path.Combine(StaticDirs, InterfaceDLLName);
if (File.Exists(targetPath) && !overwrite)
return;
//Copy the interface dll to the static dir