Update FormBuilder.cs
This commit is contained in:
parent
b9bd9dfe40
commit
e3105b4516
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user