diff options
Diffstat (limited to '')
-rw-r--r-- | source/cChestEntity.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/cChestEntity.h b/source/cChestEntity.h index c97eef5ad..9b747c184 100644 --- a/source/cChestEntity.h +++ b/source/cChestEntity.h @@ -39,7 +39,7 @@ public: bool LoadFromJson( const Json::Value& a_Value ); virtual void SaveToJson(Json::Value& a_Value ) override; - void SendTo( cClientHandle* a_Client, cServer* a_Server ); + virtual void SendTo(cClientHandle & a_Client) override; virtual void UsedBy( cPlayer * a_Player ) override; |