refresh config
This commit is contained in:
parent
a78723825b
commit
de8cba207c
1 changed files with 0 additions and 1 deletions
|
@ -163,7 +163,6 @@ public class Main{
|
|||
}
|
||||
|
||||
private static void initRoutes(Router<PeerAtUser> router, DatabaseRepository repo, Configuration config) throws Exception{
|
||||
|
||||
Predicate<PeerAtUser> isAdmin = (user) -> {
|
||||
try {
|
||||
Group group = repo.getGroupRepository().getPlayerGroup(user.getId(), 1);
|
||||
|
|
Loading…
Add table
Reference in a new issue