mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 11:16:57 +00:00
PMF & Multiworld [part 2]
This commit is contained in:
@ -134,6 +134,7 @@ class TileEntity extends Position{
|
||||
switch($this->class){
|
||||
case TILE_SIGN:
|
||||
$player->dataPacket(MC_SIGN_UPDATE, array(
|
||||
"level" => $this->level,
|
||||
"x" => $this->x,
|
||||
"y" => $this->y,
|
||||
"z" => $this->z,
|
||||
|
Reference in New Issue
Block a user