Skip to content

Commit

Permalink
Update Main.php
Browse files Browse the repository at this point in the history
  • Loading branch information
x7khalid authored Aug 11, 2016
1 parent 30a2d78 commit 0d25f86
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/iBa4x/VIP/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ public function onCommand(CommandSender $sender, Command $cmd, $label, array $ar
$this->getConfig()->set("msg", "You do not have Permission");
$this->getConfig()->set("popup", " ");
$this->getConfig()->save();
$sender->SendMessage("New set Block Join VIP");
$sender->sendMessage("New set Block Join VIP");
$sender->sendMessage(T::RED . "#Permission Join VIP");
$sender->sendMessage(T::YELLOW . "vip1b.move.vip");
}
break;
}
Expand Down

0 comments on commit 0d25f86

Please sign in to comment.