4
Fork 0

Updated support URL

master
Eddoursul 2 years ago
parent cdc19f4e52
commit cf98d40483
  1. BIN
      SKSE/Plugins/EnderalSE.dll
  2. 2
      source/Enderal DLL/src/EventListener.cpp

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

Binary file not shown.

@ -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;

Loading…
Cancel
Save