removed roll console write line

This commit is contained in:
Master Kwoth 2016-01-26 05:10:00 +01:00
parent 88cda248e1
commit e3cafe5b8e

View File

@ -22,8 +22,6 @@ namespace NadekoBot
int num1 = r.Next(0, 10);
int num2 = r.Next(0, 10);
Console.WriteLine(num1+"|"+num2);
Image[] images;
if (num1 == 0 && num2 == 0 && r.Next(0, 2) == 1)