mirror of
https://github.com/ivabus/roulette
synced 2024-11-22 16:35:09 +03:00
just fixing
This commit is contained in:
parent
03ea817bd6
commit
13632679ad
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ Module Program
|
||||||
|
|
||||||
whatDropped.Add(ring(0,dropped).ToString())
|
whatDropped.Add(ring(0,dropped).ToString())
|
||||||
|
|
||||||
If dropped = 0 Then return whatDropped
|
If dropped = 0 Then return whatDropped.ToArray()
|
||||||
If ring(0, dropped) mod 2 = 0 And dropped > 0
|
If ring(0, dropped) mod 2 = 0 And dropped > 0
|
||||||
whatDropped.Add("EVEN")
|
whatDropped.Add("EVEN")
|
||||||
Else
|
Else
|
||||||
|
|
Loading…
Reference in a new issue