Skip to content

Commit

Permalink
Update Game.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Glowstick0017 authored Jan 20, 2022
1 parent 1b34ea5 commit 5a48aca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ public void onButtonClick(@Nonnull ButtonClickEvent event) {
event.editMessage("Janaka: 🪨\n" + user.getName() + ": 🪨\nTie").queue(InteractionHook -> {
InteractionHook.editOriginalComponents().setActionRows().queue();
});
Main.addPoint(user, 1);
}
}
if (event.getComponentId().equals("paper")) {
Expand All @@ -83,7 +82,6 @@ public void onButtonClick(@Nonnull ButtonClickEvent event) {
event.editMessage("Janaka: 📰\n" + user.getName() + ": 📰\nTie").queue(InteractionHook -> {
InteractionHook.editOriginalComponents().setActionRows().queue();
});
Main.addPoint(user, 1);
}

}
Expand Down

0 comments on commit 5a48aca

Please sign in to comment.