it does work just tried it now like the kind person said delete the top 2 lines in notepad and save then properties on the file and set as read only kudos!
after i edited the file im getting the following errors in hbrelog :
[08:36:37] System.UnauthorizedAccessException: Access to the path 'C:\Users\Alejandro\Desktop\honor\Plugins\HBRelogHelper.cs' is denied.
at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath)
at System.IO.FileStream.Init(String path, FileMode mode, FileAccess access, Int32 rights, Boolean useRights, FileShare share, Int32 bufferSize, FileOptions options, SECURITY_ATTRIBUTES secAttrs, String msgPath, Boolean bFrom*****, Boolean useLongPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize, FileOptions options)
at System.IO.StreamWriter.CreateFile(String path, Boolean append)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding, Int32 bufferSize)
at System.IO.StreamWriter..ctor(String path, Boolean append, Encoding encoding)
at System.IO.File.InternalWriteAllText(String path, String contents, Encoding encoding)
at System.IO.File.WriteAllText(String path, String contents)
at HighVoltz.HBRelog.Honorbuddy.HonorbuddyManager.Start()
at HighVoltz.HBRelog.TaskManager.Pulse()
at HighVoltz.HBRelog.HbRelogManager.DoWork()