diff --git a/src/Leads/ComBoard.hs b/src/Leads/ComBoard.hs index a978e30..be4844b 100644 --- a/src/Leads/ComBoard.hs +++ b/src/Leads/ComBoard.hs @@ -28,3 +28,4 @@ setPlayer pi ps bs = setPlayerLib $ map (\(pid,state) -> if (pid == pi) then ps else state) pl where pl = (bsPlayerLib bs) +