Fix minor bug in server selection
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"python script build-everything.py"
|
||||
],
|
||||
"luprex-launch-config" : {
|
||||
"name": "CONFIGNAME",
|
||||
"name": "Server=SERVER",
|
||||
"request": "launch",
|
||||
"program": "UE5/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame",
|
||||
"program": "UNREALENGINE/Engine/Binaries/Linux/UnrealEditor-Linux-DebugGame",
|
||||
"preLaunchTask": "Make All",
|
||||
"args": [
|
||||
"INTEGRATION/Integration.uproject",
|
||||
@@ -96,11 +96,11 @@
|
||||
"configurations": [
|
||||
{
|
||||
"macro": "luprex-launch-config",
|
||||
"vars": {"CONFIGNAME":"Luprex Standalone", "SERVER":""}
|
||||
"vars": { "SERVER":"Standalone"}
|
||||
},
|
||||
{
|
||||
"macro": "luprex-launch-config",
|
||||
"vars": {"CONFIGNAME":"Luprex Client", "SERVER":"192.168.0.100"}
|
||||
"vars": { "SERVER":"192.168.0.100"}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user