mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 15:07:03 +01:00
ChatMessageType => MessageType
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user