Skip to content

Commit

Permalink
probably gonna stay dev only for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Spigey committed May 16, 2024
1 parent 525c88a commit 69c6808
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/java/spigey/asteroide/commands/DevCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@ public void build(LiteralArgumentBuilder<CommandSource> builder) {
info(String.valueOf(players));
return SINGLE_SUCCESS;
}));
/*
builder.then(literal("COMMAND LITERAL").executes(ctx ->{
if(!LoggedIn){ChatUtils.sendMsg(Text.of("§cYou need to be logged into a dev client to use this command!")); return SINGLE_SUCCESS;}
return SINGLE_SUCCESS;
}));
*/
}

private static @NotNull HttpURLConnection getHttpURLConnection(String jsonPayload) throws IOException {
Expand Down

0 comments on commit 69c6808

Please sign in to comment.