removed roll console write line
This commit is contained in:
parent
88cda248e1
commit
e3cafe5b8e
@ -22,8 +22,6 @@ namespace NadekoBot
|
|||||||
int num1 = r.Next(0, 10);
|
int num1 = r.Next(0, 10);
|
||||||
int num2 = r.Next(0, 10);
|
int num2 = r.Next(0, 10);
|
||||||
|
|
||||||
Console.WriteLine(num1+"|"+num2);
|
|
||||||
|
|
||||||
Image[] images;
|
Image[] images;
|
||||||
|
|
||||||
if (num1 == 0 && num2 == 0 && r.Next(0, 2) == 1)
|
if (num1 == 0 && num2 == 0 && r.Next(0, 2) == 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user