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