ChatMessageType => MessageType

This commit is contained in:
Cyberboss
2017-10-20 14:11:38 -04:00
parent 3137be7abb
commit 81adbb454a
12 changed files with 53 additions and 53 deletions
@@ -47,7 +47,7 @@ namespace TGServerService
public void PrepareForUpdate()
{
Properties.Settings.Default.ReattachToDD = true;
SendMessage("SERVICE: Update started...", ChatMessageType.DeveloperInfo);
SendMessage("SERVICE: Update started...", MessageType.DeveloperInfo);
}
//mostly generated code with a call to RunDisposals()