mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
When granting or revoking privileges, notify the target player too
This commit is contained in:
parent
6470743e51
commit
07d000cc54
3 changed files with 27 additions and 2 deletions
|
@ -472,6 +472,9 @@ public:
|
|||
{
|
||||
return m_con.GetPeerNoEx(peer_id);
|
||||
}
|
||||
|
||||
// Envlock and conlock should be locked when calling this
|
||||
void notifyPlayer(const char *name, const std::wstring msg);
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue