mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-04 12:33:55 -07:00
[Servatrice] Notify newly logged-in users of pending server shutdown
This commit is contained in:
parent
c14a008080
commit
4f457d9543
4 changed files with 27 additions and 0 deletions
|
|
@ -90,6 +90,10 @@ public:
|
|||
{
|
||||
return QString();
|
||||
}
|
||||
virtual SessionEvent *getLoginSessionEvent() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
virtual QString getRequiredFeatures() const
|
||||
{
|
||||
return QString();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue