mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 00:51:01 +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();
|
timestamp = System.currentTimeMillis();
|
||||||
type = null;
|
type = null;
|
||||||
isAuth = false;
|
isAuth = false;
|
||||||
permissions = ClientPermissions.DEFAULT;
|
permissions = new ClientPermissions();
|
||||||
username = "";
|
username = "";
|
||||||
checkSign = false;
|
checkSign = false;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue