From 612ead96c91472e1b604961393a0af8210d7f89b Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Wed, 13 Apr 2022 11:50:04 +0700 Subject: [PATCH] Don't load images --- Bot/Games/SlotMachine.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [| |]