Skip to content

Commit

Permalink
small edits
Browse files Browse the repository at this point in the history
  • Loading branch information
roh1th-s committed Jul 29, 2021
1 parent ad4f106 commit 3d6d88a
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
lib/spigot-1.16.5.jar
lib
.vscode/settings.json
Manhunt plugin.jar
bin
Binary file removed bin/me/rohith/manhunt/Main.class
Binary file not shown.
Binary file removed bin/me/rohith/manhunt/commands/HuntCommand.class
Binary file not shown.
Binary file removed bin/me/rohith/manhunt/commands/TrackCommand.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/me/rohith/manhunt/commands/HuntCommand.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public boolean onCommand(CommandSender sender, Command cmd, String label, String
if (!this.plugin.Speedrunners.contains(args[0])) {

this.plugin.Speedrunners.add(args[0]);
plr.setGlowing(true);
plr.setGlowing(true);
Bukkit.broadcastMessage(args[0] + " is now marked as a speedrunner!");

}
Expand Down

0 comments on commit 3d6d88a

Please sign in to comment.