about summary refs log tree commit diff homepage
path: root/client-examples/BrutalmazeClient.cs
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-28 17:50:36 +0700
committerNguyễn Gia Phong <mcsinyx@disroot.org>2020-04-28 17:50:36 +0700
commitd3839f160e5020967b2b23bd21ebd7c941012162 (patch)
tree62eb3793c0e0f1cbe54e3ee175edeceeef186384 /client-examples/BrutalmazeClient.cs
parentbc8579329e04e470f168ab684aa3519ef36c0acd (diff)
downloadbrutalmaze-d3839f160e5020967b2b23bd21ebd7c941012162.tar.gz
Nitpick around
Diffstat (limited to 'client-examples/BrutalmazeClient.cs')
-rw-r--r--client-examples/BrutalmazeClient.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/client-examples/BrutalmazeClient.cs b/client-examples/BrutalmazeClient.cs
index 0d87bd3..cd3edfd 100644
--- a/client-examples/BrutalmazeClient.cs
+++ b/client-examples/BrutalmazeClient.cs
@@ -9,7 +9,7 @@ namespace BrutalmazeClient
 		static void Main(string[] args)
 		{
 			const string host = "localhost";
-			const int port = 8089;
+			const int port = 42069;
 			Socket client_socket = new Socket(SocketType.Stream, ProtocolType.Tcp);
 			client_socket.Connect(host, port);
 			Random rnd = new Random();
@@ -101,4 +101,4 @@ namespace BrutalmazeClient
 			client_socket.Close();
 		}
 	}
-}
\ No newline at end of file
+}