mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 05:56:58 +01:00
Removes some stray absolute typing
This commit is contained in:
@@ -532,7 +532,7 @@ namespace TGServerService
|
||||
return; //no need
|
||||
}
|
||||
File.Copy(InterfacePath, InterfaceDLLName, overwrite);
|
||||
Service.WriteInfo("Updated interface DLL", TGServerService.EventID.InterfaceDLLUpdated);
|
||||
Service.WriteInfo("Updated interface DLL", EventID.InterfaceDLLUpdated);
|
||||
}
|
||||
catch
|
||||
{
|
||||
@@ -545,7 +545,7 @@ namespace TGServerService
|
||||
catch (Exception e)
|
||||
{
|
||||
//intentionally using the fi
|
||||
Service.WriteError("Failed to update interface DLL! Error: " + e.ToString(), TGServerService.EventID.InterfaceDLLUpdateFail);
|
||||
Service.WriteError("Failed to update interface DLL! Error: " + e.ToString(), EventID.InterfaceDLLUpdateFail);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user