Removed Stacker debug messages.

This commit is contained in:
Jonathan Williams 2016-03-23 16:02:06 -05:00
parent c9fdd83e17
commit ee22274ef5
2 changed files with 0 additions and 8 deletions

View File

@ -1091,13 +1091,7 @@ public class HubManager extends MiniClientPlugin<HubClient>
if (UtilTime.elapsed(_portalTime.get(playerName), 5000))
{
playerNameIterator.remove();
continue;
}
Player player = Bukkit.getPlayerExact(playerName);
if (player != null)
System.out.println(playerName + "'s location: " + player.getLocation().toString());
}
}
}

View File

@ -277,8 +277,6 @@ public class StackerManager extends MiniPlugin implements IThrown
UtilPlayer.message(thrower, F.main("Stacker", "You threw " + F.name(UtilEnt.getName(throwee)) + "."));
UtilPlayer.message(throwee, F.main("Stacker", "You were thrown by " + F.name(thrower.getName()) + "."));
System.out.println("Stacker throw (" + thrower.getName() + ") -> (" + UtilEnt.getName(throwee) + ")");
UtilAction.velocity(throwee, thrower.getLocation().getDirection(), 1.8, false, 0, 0.3, 2, false);