mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-27 23:17:20 +01:00
Rename (I)ServerInterface to (I)Client
This commit is contained in:
@@ -7,7 +7,7 @@ namespace TGS.ControlPanel
|
||||
{
|
||||
static class Program
|
||||
{
|
||||
public static IServerInterface ServerInterface;
|
||||
public static IClient ServerInterface;
|
||||
[STAThread]
|
||||
static void Main(string[] args)
|
||||
{
|
||||
@@ -21,7 +21,7 @@ namespace TGS.ControlPanel
|
||||
}
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
Interface.ServerInterface.SetBadCertificateHandler(BadCertificateHandler);
|
||||
Interface.Client.SetBadCertificateHandler(BadCertificateHandler);
|
||||
Application.Run(new Login());
|
||||
if(ServerInterface != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user