Removed MP chat tag

This commit is contained in:
Shoghi Cervantes Pueyo 2013-04-13 20:03:07 +02:00
parent e71b6946f3
commit 0c051fb02e

View File

@ -77,7 +77,7 @@ class ChatAPI{
if($target !== "Console"){
$this->sendTo(false, "[".$sender." -> me] ".$mes, $target);
}
console("[CHAT] [".$sender." -> ".$target."] ".$mes);
console("[".$sender." -> ".$target."] ".$mes);
break;
}
return $output;