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