mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
PluginAPI
This commit is contained in:
@ -166,7 +166,7 @@ class Session{
|
||||
break;
|
||||
case "onChat":
|
||||
$this->dataPacket(MC_CHAT, array(
|
||||
"message" => $data,
|
||||
"message" => str_replace("@username", $this->username, $data),
|
||||
));
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user