mirror of
https://github.com/ivabus/roulette
synced 2024-11-10 10:35:19 +03:00
just fixing
This commit is contained in:
parent
03ea817bd6
commit
13632679ad
|
@ -114,7 +114,7 @@ Module Program
|
|||
|
||||
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
|
||||
whatDropped.Add("EVEN")
|
||||
Else
|
||||
|
|
Loading…
Reference in a new issue