mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-29 08:00:19 +01:00
Fixes to locked logging IDs and Control Panel
This commit is contained in:
@@ -27,8 +27,9 @@ namespace TGControlPanel
|
||||
/// <param name="I">The <see cref="TGServiceInterface.Interface"/> for the <see cref="ControlPanel"/></param>
|
||||
public ControlPanel(Interface I)
|
||||
{
|
||||
Interface = I;
|
||||
InitializeComponent();
|
||||
Interface = I;
|
||||
Text += " Instance: " + I.InstanceName;
|
||||
if (Interface.VersionMismatch(out string error) && MessageBox.Show(error, "Warning", MessageBoxButtons.OKCancel) == DialogResult.Cancel)
|
||||
{
|
||||
Close();
|
||||
|
||||
Reference in New Issue
Block a user