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 12, 2016
1 parent 73c1d75 commit ad07e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iBa4x/VIP/Main.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ public function onMove(PlayerMoveEvent $event){
$level = $this->getConfig()->get("Level");
$player = $event->getPlayer();
if($player->hasPermission("vip1b.move.vip")){
$player->sendPopup(T::YELLOW . "Welcom Room VIP " . T::GREEN . $player->getName());
$player->sendPopup(T::YELLOW . "Welcome Room VIP " . T::GREEN . $player->getName());
}else{
$player->teleport(new Vector3($x, $y+1, $z, $level));
$player->sendPopup(T::YELLOW . "$pop");
Expand Down

0 comments on commit ad07e1b

Please sign in to comment.