From f487fad6661110ca490ce69bc825d2fa3dc53101 Mon Sep 17 00:00:00 2001 From: shangfengh <31120575+shangfengh@users.noreply.github.com> Date: Sun, 16 Apr 2023 15:02:39 +0800 Subject: [PATCH] Update launchSettings.json --- logic/Client/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic/Client/Properties/launchSettings.json b/logic/Client/Properties/launchSettings.json index 17052f7..5cdc367 100644 --- a/logic/Client/Properties/launchSettings.json +++ b/logic/Client/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Client": { "commandName": "Project", - "commandLineArgs": "D:\\2_autumn\\thuai6\\THUAI6\\logic\\cmd\\test.thuaipb" + "commandLineArgs": "--port 8888 --characterID 3 --type 1 --occupation 5" } } -} \ No newline at end of file +}