Skip to content

Commit

Permalink
woops forget to remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunder33345 committed Nov 17, 2016
1 parent b1d1838 commit 5bff90e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Thunder33345/TimeMoney/giveMoneyTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ public function __construct(Loader $loader)

public function onRun($currentTick)
{
print_r($this->players);

foreach ($this->players as $key => $player)
if (!$this->server->getPlayerExact($key) instanceof Player) unset($this->players[$key]);

Expand Down

0 comments on commit 5bff90e

Please sign in to comment.