fixed spaming the server
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Andre Henriques 2024-01-18 22:53:12 +00:00
parent ee9f5e1187
commit b015d8cabd

View File

@ -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