mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-15 12:13:54 -07:00
Update to Minecraft 1.7
This commit is contained in:
@@ -182,7 +182,7 @@ class PlayerInstance {
|
||||
|
||||
private void sendTileEntity(TileEntity tileentity) {
|
||||
if (tileentity != null) {
|
||||
Packet packet = tileentity.e();
|
||||
Packet packet = tileentity.f();
|
||||
|
||||
if (packet != null) {
|
||||
this.sendAll(packet);
|
||||
|
Reference in New Issue
Block a user