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