Only show boss blitz leaderboard for the current season

This commit is contained in:
Melledy
2025-11-30 23:48:24 -08:00
parent 354f390c3b
commit faa4ea0780
4 changed files with 15 additions and 8 deletions

View File

@@ -41,8 +41,7 @@ public class RemoteHandler implements Handler {
// Check admin key
if (token.equals(adminKey)) {
Nebula.getCommandManager().invoke(null, command);
Nebula.getLogger().warn(
"\u001B[38;2;252;186;3mRemote Server (Using Admin Key) sent command: /" + command + "\u001B[0m");
Nebula.getLogger().warn("\u001B[38;2;252;186;3mRemote Server (Using Admin Key) sent command: /" + command + "\u001B[0m");
ctx.status(200);
ctx.contentType(ContentType.APPLICATION_JSON);
ctx.result("{\"Code\":200,\"Data\":{},\"Msg\":\"Command executed\"}");