fixed UNO game
[NeonServV5.git] / src / modules / NeonFun.mod / cmd_neonfun_uno.c
index 47df483cabcf043a431dbb1eeaf70de1a7888a5f..b2ba1e6d103580235b525f1d541583f8389e12a3 100644 (file)
@@ -47,6 +47,7 @@ CMD_BIND(neonfun_cmd_uno) {
         player->chanuser = chanuser;
         player->count = 0;
         player->cards = NULL;
+        player->timeout = 0;
         player->prev = last_player;
         player->next = NULL;
         last_player->next = player;