From 881b5e083eee1084412575c804164ec58d465483 Mon Sep 17 00:00:00 2001 From: shangfengh <31120575+shangfengh@users.noreply.github.com> Date: Sun, 16 Apr 2023 01:32:31 +0800 Subject: [PATCH] Update launchSettings.json --- logic/Server/Properties/launchSettings.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/logic/Server/Properties/launchSettings.json b/logic/Server/Properties/launchSettings.json index ee568d2..d126864 100644 --- a/logic/Server/Properties/launchSettings.json +++ b/logic/Server/Properties/launchSettings.json @@ -2,7 +2,7 @@ "profiles": { "Server": { "commandName": "Project", - "commandLineArgs": "--ip 0.0.0.0 --port 8888 --studentCount 4 --trickerCount 1 --gameTimeInSecond 30 --fileName E:\\GSY\\软件部\\THUAI6-dev\\THUAI6\\logic\\cmd\\test.thuaipb --playback true" + "commandLineArgs": "--ip 0.0.0.0 -p 8888 --characterID 2030" } } -} \ No newline at end of file +}