diff --git a/build/ControlPanelVersion.props b/build/ControlPanelVersion.props index 5da5b5abcc..3fc3e9b4ec 100644 --- a/build/ControlPanelVersion.props +++ b/build/ControlPanelVersion.props @@ -1,6 +1,6 @@ - 4.0.0 + 4.2.2 diff --git a/src/Tgstation.Server.Host/Setup/SetupWizard.cs b/src/Tgstation.Server.Host/Setup/SetupWizard.cs index f07f33d4be..7618c7986f 100644 --- a/src/Tgstation.Server.Host/Setup/SetupWizard.cs +++ b/src/Tgstation.Server.Host/Setup/SetupWizard.cs @@ -801,7 +801,7 @@ namespace Tgstation.Server.Host.Setup { var config = new ControlPanelConfiguration { - Enable = await PromptYesNo("Enable the web control panel (Incomplete)? (y/n): ", cancellationToken), + Enable = await PromptYesNo("Enable the web control panel? (y/n): ", cancellationToken), AllowAnyOrigin = await PromptYesNo("Allow web control panels hosted elsewhere to access the server? (Access-Control-Allow-Origin: *) (y/n): ", cancellationToken), };