Update FormBuilder.cs

This commit is contained in:
NYAN CAT 2019-06-17 18:59:53 +03:00
parent c0163e74e3
commit b9bd9dfe40

View File

@ -364,7 +364,6 @@ namespace Server.Forms
if (chkPastebin.Enabled && chkPastebin.Checked) if (chkPastebin.Enabled && chkPastebin.Checked)
{ {
method.Body.Instructions[i].Operand = aes.Encrypt("null"); method.Body.Instructions[i].Operand = aes.Encrypt("null");
} }
else else
{ {