Fix minor bug in server selection

This commit is contained in:
2025-06-04 20:36:42 -04:00
parent 9f296916f8
commit e26739a0ac

View File

@@ -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"}
} }
] ]
} }