Begin to add a new ACL system
This commit is contained in:
parent
03fef9863f
commit
f7c71230f0
9 changed files with 293 additions and 44 deletions
|
@ -40,6 +40,9 @@ class Settings {
|
|||
UUID remoteLoginToken = UUID.ZERO;
|
||||
|
||||
PacketClient? client;
|
||||
User? superuser;
|
||||
|
||||
User? loggedInUser;
|
||||
|
||||
StateMachine subsys = StateMachine();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue