[FIX] Client permissions

This commit is contained in:
Gravita 2022-04-11 20:43:35 +07:00
parent 7ef304c2cc
commit 8379a6efec

View file

@ -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;
} }