mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-05-07 06:39:06 +00:00
friend/interface: Add missing CreateDaemonSuspendSessionService() to the function handler table
This commit is contained in:
parent
a8473054f0
commit
4ac9553a75
|
|
@ -11,6 +11,7 @@ Friend::Friend(std::shared_ptr<Module> module, const char* name)
|
|||
static const FunctionInfo functions[] = {
|
||||
{0, &Friend::CreateFriendService, "CreateFriendService"},
|
||||
{1, nullptr, "CreateNotificationService"},
|
||||
{2, nullptr, "CreateDaemonSuspendSessionService"},
|
||||
};
|
||||
RegisterHandlers(functions);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue