This commit is contained in:
Alezito2008 2026-05-05 06:00:49 +03:00 committed by GitHub
commit 7b66c8eb22
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 12 additions and 4 deletions

View file

@ -35,7 +35,7 @@ public:
void sendPosition();
using Player::drop;
virtual shared_ptr<ItemEntity> drop();
virtual shared_ptr<ItemEntity> drop(bool dropStack = false);
protected:
virtual void reallyDrop(shared_ptr<ItemEntity> itemEntity);
public: