diff options
Diffstat (limited to '')
-rw-r--r-- | source/cBlockEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cBlockEntity.h b/source/cBlockEntity.h index ab0a6c6ca..3f0190c77 100644 --- a/source/cBlockEntity.h +++ b/source/cBlockEntity.h @@ -66,7 +66,7 @@ public: }
if ( a_Client != NULL )
{
- a_Client->Send(Packet.get());
+ a_Client->Send(*(Packet.get()));
}
else // broadcast to all chunk clients
{
|