From b015d8cabd3f88a16174f066d8b44cdd84c138d9 Mon Sep 17 00:00:00 2001 From: Andre Henriques Date: Thu, 18 Jan 2024 22:53:12 +0000 Subject: [PATCH] fixed spaming the server --- lib/server.ex | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/server.ex b/lib/server.ex index 17b0745..2eacf4a 100644 --- a/lib/server.ex +++ b/lib/server.ex @@ -695,6 +695,7 @@ defmodule Client do Process.sleep(1000) display_game(process, game_id, game_state, hand) else + Process.sleep(1000) display_game(process, game_id, temp_game, temp_hand) end end