Skip to content

Commit

Permalink
Remove debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
Falkirks committed Sep 16, 2014
1 parent fde1583 commit c812d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/buycraft/task/PendingPlayerCheckerTask.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ public function onRun($tick, $manual = false){
$res = $this->send();
if($res !== false){
$playersToFetch = [];
var_dump($res["payload"]);
foreach($res["payload"]["pendingPlayers"] as $player){
$p = $this->getOwner()->getServer()->getPlayerExact($player);
if($p !== null && $p->isOnline()){
Expand Down

2 comments on commit c812d01

@Georggi
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@falkirks So it should work fine with BuyCraft website?? If yes then 5 Stars for a plugin=)

@falkirks
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Georggi Yep :)

Please sign in to comment.