reset the word on new game state

This commit is contained in:
Lukian 2025-01-23 15:51:28 +01:00
parent af9db046cf
commit d48a33f457

View file

@ -38,6 +38,7 @@ function handle_message(len, message, topic_len, topic_name)
playing = true
elseif message == "WAITING" then
playing = false
mot = ""
end
end
end