1
0
mirror of https://github.com/Ylianst/MeshCentralRouter synced 2025-12-15 15:53:45 +00:00

Fixed mesh in user group rights.

This commit is contained in:
Ylian Saint-Hilaire
2020-06-02 00:34:28 -07:00
parent 944fbe7e9a
commit 85b4f017bc
3 changed files with 31 additions and 0 deletions

View File

@@ -29,6 +29,7 @@ namespace MeshCentralRouter
public string desc;
public int type;
public ulong rights;
public Dictionary<string, ulong> links;
public override string ToString() { return name; }
}