mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-24 21:46:52 +01:00
That's a bad
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user