mirror of
https://github.com/luanti-org/luanti.git
synced 2025-11-04 17:25:30 +01:00
Fix overrideable hand ToolCapabilities and range (#15743)
This commit is contained in:
@@ -290,8 +290,8 @@ public:
|
||||
|
||||
void processMessage(const std::string &data) override;
|
||||
|
||||
bool directReportPunch(v3f dir, const ItemStack *punchitem=NULL,
|
||||
float time_from_last_punch=1000000) override;
|
||||
bool directReportPunch(v3f dir, const ItemStack *punchitem,
|
||||
const ItemStack *hand_item, float time_from_last_punch=1000000) override;
|
||||
|
||||
std::string debugInfoText() override;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user