refresh config

This commit is contained in:
jeffcheasey88 2025-01-29 14:06:54 +01:00
parent a78723825b
commit de8cba207c

View file

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