diff --git a/Bot/Games/SlotMachine.fs b/Bot/Games/SlotMachine.fs index cbd37a1..d7c8631 100644 --- a/Bot/Games/SlotMachine.fs +++ b/Bot/Games/SlotMachine.fs @@ -107,7 +107,7 @@ let slotsImages = "./images/bigbrother.png" "./images/alcohol.png" "./images/sushi.png" |] - |> Array.map (fun path -> ( Path.GetFileNameWithoutExtension(path) , File.OpenRead(path) )) +// |> Array.map (fun path -> ( Path.GetFileNameWithoutExtension(path) , File.OpenRead(path) )) let payTable = [| |]