From 786314ac5c738f46ae91795385428779d34c01aa Mon Sep 17 00:00:00 2001 From: TastSong Date: Fri, 30 Dec 2022 14:46:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CrazyCar/Assets/Scripts/Utility/Util.cs | 2 +- CrazyCar/CrazyCar.sln.DotSettings.user | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 CrazyCar/CrazyCar.sln.DotSettings.user diff --git a/CrazyCar/Assets/Scripts/Utility/Util.cs b/CrazyCar/Assets/Scripts/Utility/Util.cs index 344cc1212..ddb8412a5 100644 --- a/CrazyCar/Assets/Scripts/Utility/Util.cs +++ b/CrazyCar/Assets/Scripts/Utility/Util.cs @@ -48,7 +48,7 @@ private static int Port (ServerType serverType) case ServerType.Local: return 8081; case ServerType.Remote: - return 8081; + return 80; case ServerType.TestServer: return 80; default: diff --git a/CrazyCar/CrazyCar.sln.DotSettings.user b/CrazyCar/CrazyCar.sln.DotSettings.user new file mode 100644 index 000000000..664a0d6b2 --- /dev/null +++ b/CrazyCar/CrazyCar.sln.DotSettings.user @@ -0,0 +1,2 @@ + + False \ No newline at end of file