Browse Source

Update launchSettings.json

tags/0.1.0
shangfengh GitHub 2 years ago
parent
commit
881b5e083e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      logic/Server/Properties/launchSettings.json

+ 2
- 2
logic/Server/Properties/launchSettings.json View File

@@ -2,7 +2,7 @@
"profiles": { "profiles": {
"Server": { "Server": {
"commandName": "Project", "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"
} }
} }
}
}

Loading…
Cancel
Save