Browse Source

changed port

Kajetan Johannes Hammerle 4 years ago
parent
commit
137077b1a5
1 changed files with 2 additions and 2 deletions
  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;
-}
+}