[Servatrice] Notify newly logged-in users of pending server shutdown

This commit is contained in:
kongwu666 2026-06-06 22:25:04 +08:00
parent c14a008080
commit 4f457d9543
4 changed files with 27 additions and 0 deletions

View file

@ -90,6 +90,10 @@ public:
{
return QString();
}
virtual SessionEvent *getLoginSessionEvent() const
{
return nullptr;
}
virtual QString getRequiredFeatures() const
{
return QString();