diff --git a/.vscode/launch.json b/.vscode/launch.json index 5390b914093..e74344399a8 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -11,7 +11,8 @@ "program": "${workspaceFolder}/bin/Content.Client/Content.Client.dll", "args": [], "console": "internalConsole", - "stopAtEntry": false + "stopAtEntry": false, + "brokeredServicePipeName": "undefined" }, { "name": "Client (Compatibility renderer)", @@ -29,7 +30,8 @@ "program": "${workspaceFolder}/bin/Content.Server/Content.Server.dll", "args": [], "console": "integratedTerminal", - "stopAtEntry": false + "stopAtEntry": false, + "brokeredServicePipeName": "undefined" }, { "name": "YAML Linter", @@ -52,4 +54,4 @@ "preLaunchTask": "build" } ] -} \ No newline at end of file +} diff --git a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml index cb57d59c2ac..f3bc6b6807e 100644 --- a/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml +++ b/Content.Client/Administration/UI/Bwoink/BwoinkControl.xaml @@ -9,7 +9,8 @@ -