Skip to content

Commit

Permalink
Update SgCommand.java
Browse files Browse the repository at this point in the history
Fix indentation
  • Loading branch information
soshimee authored Jul 28, 2024
1 parent 918740f commit d9842e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public void processCommand(ICommandSender sender, String[] args) {
SecretGuide.config.openGui();
ChatUtils.sendModMessage("/sg t | /sg c");
} else if (Objects.equals(args[0], "roomid")) {
ChatUtils.sendModMessage(String.valueOf(DungeonLocationUtils.getCurrentRoomId()));
ChatUtils.sendModMessage(String.valueOf(DungeonLocationUtils.getCurrentRoomId()));
} else if (args[0].startsWith("t")) {
SecretGuideConfig.secretAuraEnabled = !SecretGuideConfig.secretAuraEnabled;
ChatUtils.sendModMessage(SecretGuideConfig.secretAuraEnabled ? "Secret Aura enabled!" : "Secret Aura disabled!");
Expand Down

0 comments on commit d9842e5

Please # to comment.