Updated support URL
This commit is contained in:
parent
cdc19f4e52
commit
cf98d40483
BIN
SKSE/Plugins/EnderalSE.dll
(Stored with Git LFS)
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…
Reference in New Issue
Block a user