Skip to content

Commit

Permalink
修改域名
Browse files Browse the repository at this point in the history
  • Loading branch information
TastSong committed Dec 17, 2022
1 parent 704bc64 commit ce91435
Showing 1 changed file with 1 addition 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 @@ -66,7 +66,7 @@ public static string GetServerHost(ServerType serverType) {
case ServerType.Local:
return "127.0.0.1";
case ServerType.Remote:
return "139.9.103.145";
return "tastsong.xyz";
case ServerType.TestServer:
return "tastsong.top";
default:
Expand Down

0 comments on commit ce91435

Please sign in to comment.