Skip to content

Commit

Permalink
修改端口
Browse files Browse the repository at this point in the history
  • Loading branch information
TastSong committed Dec 30, 2022
1 parent ce91435 commit 786314a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CrazyCar/Assets/Scripts/Utility/Util.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 2 additions & 0 deletions CrazyCar/CrazyCar.sln.DotSettings.user
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
<wpf:ResourceDictionary xml:space="preserve" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:s="clr-namespace:System;assembly=mscorlib" xmlns:ss="urn:shemas-jetbrains-com:settings-storage-xaml" xmlns:wpf="http://schemas.microsoft.com/winfx/2006/xaml/presentation">
<s:Boolean x:Key="/Default/CodeEditing/Unity/AllowRiderUpdateNotifications/@EntryValue">False</s:Boolean></wpf:ResourceDictionary>

0 comments on commit 786314a

Please sign in to comment.