mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-04 23:48:42 +01:00
Fixed redirect loop
This commit is contained in:
parent
02f37f7b62
commit
fb205cb3e0
@ -92,7 +92,7 @@ public class ServerPageHandler implements PageHandler {
|
|||||||
/*ignored*/
|
/*ignored*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return Optional.empty();
|
return Optional.of(serverInfo.getServer().getUuid());
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Loading…
Reference in New Issue
Block a user