mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-22 08:44:01 +00:00
Removed MP chat tag
This commit is contained in:
parent
e71b6946f3
commit
0c051fb02e
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user