Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
runescapejon authored May 2, 2017
1 parent 83a1c5c commit 9cef0ec
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public CommandResult execute(CommandSource sender, CommandContext args) {
// || player.hasPermission("CrazyFeet.crazyhearthead")
// || player.hasPermission("CrazyFeet.crazysmoke") ||
// player.hasPermission("CrazyFeet.crazymagic")
System.out.println("It's being called crazycheck");
// System.out.println("It's being called crazycheck");
{
player.sendMessage(Text.of(TextColors.AQUA, "Your ", TextColors.YELLOW, "Active CrazyFeet modes", TextColors.GRAY, ":"));
if (cFire.contains(player)) {
Expand Down Expand Up @@ -87,7 +87,7 @@ public CommandResult execute(CommandSource sender, CommandContext args) {
Player targ = target.get();
sender.sendMessage(Text.of(TextColors.YELLOW, targ.getName(), "'s", TextColors.AQUA,
" active CrazyFeet modes:"));
System.out.println("It's being called crazycheck other");
// System.out.println("It's being called crazycheck other");
if (cFire.contains(targ)) {
sender.sendMessage(Text.of("- CrazyFire"));
} else {
Expand Down

0 comments on commit 9cef0ec

Please sign in to comment.