Skip to content
This repository was archived by the owner on Apr 4, 2024. It is now read-only.

Commit 1921c8e

Browse files
committed
bug fix
1 parent 8ad7ab5 commit 1921c8e

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/deanveloper/playtimeplus/commands/playtime/subcommand

1 file changed

+1
-1
lines changed

src/main/java/com/deanveloper/playtimeplus/commands/playtime/subcommand/TopSubCmd.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public void execute(SubCommandCall call) {
4242
)
4343
);
4444

45-
limit++;
45+
limit--;
4646
}
4747
} catch (NullPointerException e) {
4848
e.printStackTrace();

0 commit comments

Comments
 (0)