Skip to content
Snippets Groups Projects

(fix: all) 4 players test

Merged SORGHO NONGMA requested to merge fix/4-players into dev
Viewing commit 2bdb4219
Show latest version
2 files
+ 4
2
Preferences
Compare changes
Files
2
@@ -75,6 +75,8 @@ public class Draggable : MonoBehaviour
// clic sur un pion d'un autre joueur
// Debug.Log("id joueur pion: " + pion.get_ID_joueur() + ", id tour dans client: " + client.get_ID_tour());
int idCase;
if (client.id_Joueur_In_Game - 1 != client.get_ID_tour()) { return; }
if (pion.get_ID_joueur() != client.get_ID_tour() + 1)
{