Kajetan Johannes Hammerle hace 4 años
padre
commit
137077b1a5
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      Main.cpp

+ 2 - 2
Main.cpp

@@ -9,7 +9,7 @@
 
 int main() {
     Socket socket;
-    if(socket.start(4455)) {
+    if(socket.start(4456)) {
         return 0;
     }
     std::array<Client, 1> clients;
@@ -36,4 +36,4 @@ int main() {
         }
     }
     return 0;
-}
+}