Updated support URL

This commit is contained in:
Eddoursul 2022-08-02 22:34:43 +02:00
parent cdc19f4e52
commit cf98d40483
2 changed files with 2 additions and 2 deletions

BIN
SKSE/Plugins/EnderalSE.dll (Stored with Git LFS)

Binary file not shown.

View File

@ -21,7 +21,7 @@ auto EventListener::ProcessEvent(
{
if (a_event->eventName == "Enderal_OpenHelpURL") {
ShowWindow(GetForegroundWindow(), SW_MINIMIZE);
ShellExecuteA(NULL, "open", "https://discord.gg/s9H925auNN", NULL, NULL, SW_SHOWNORMAL);
ShellExecuteA(NULL, "open", "https://go.eddoursul.win/enderal-se-support", NULL, NULL, SW_SHOWNORMAL);
}
return RE::BSEventNotifyControl::kContinue;