Skip to content

Commit

Permalink
Update StatsCommand.java
Browse files Browse the repository at this point in the history
  • Loading branch information
W1llDu authored Dec 7, 2021
1 parent 7c77b1c commit a3a33fc
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ public class StatsCommand implements ICommand {
public void handle(CommandContext ctx) {
// [username] [statistic name]
String cmd;
ctx.getChannel().sendMessage(Utils.rconCommand(cmd)).queue();
// get directly from world/stats/uuid.json
// ctx.getChannel().sendMessage(Utils.rconCommand(cmd)).queue();
}

@Override
Expand Down

0 comments on commit a3a33fc

Please sign in to comment.