Browse Source

Tweak client to work on same host

as server.
DricomDragon 4 years ago
parent
commit
520e9e16c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      sdl1/networkPlayers/main.cpp

+ 1 - 1
sdl1/networkPlayers/main.cpp

@@ -27,7 +27,7 @@ int main ( int argc, char** argv )
 
 
     /// [2] Préparation des composants
     /// [2] Préparation des composants
     // [2.1] Préparation du réseau
     // [2.1] Préparation du réseau
-    Client lan("192.168.1.87", 7856);
+    Client lan("127.0.0.1", 25565);
     if (!lan.rendreUtilisable())
     if (!lan.rendreUtilisable())
     {
     {
         std::cout << "Problème d'initialisation des connexions." << std::endl;
         std::cout << "Problème d'initialisation des connexions." << std::endl;