This commit is contained in:
Quacky 2017-08-03 13:35:27 -05:00
parent 24b87cfaf7
commit aef41368c1
1 changed files with 0 additions and 12 deletions

View File

@ -145,18 +145,6 @@ namespace RBXLegacyLauncher
this.Close();
}
void Button2Click(object sender, EventArgs e)
{
WriteConfigValues();
StartServer();
if (GlobalVars.CloseOnLaunch == true)
{
this.WindowState = FormWindowState.Minimized;
}
}
void MainFormLoad(object sender, EventArgs e)
{
string line1;