mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-22 16:41:46 +03:00
[FIX] Client permissions
This commit is contained in:
parent
7ef304c2cc
commit
8379a6efec
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ public Client() {
|
|||
timestamp = System.currentTimeMillis();
|
||||
type = null;
|
||||
isAuth = false;
|
||||
permissions = ClientPermissions.DEFAULT;
|
||||
permissions = new ClientPermissions();
|
||||
username = "";
|
||||
checkSign = false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue