From 3f58028d3198e77ce26d09680f0a637188610871 Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Sat, 15 Oct 2011 16:04:25 +0300 Subject: Make dungeon masters though and make oerkkis disappear when they get to you (because hitting them doesn't work for some unknown reason) --- src/content_cao.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/content_cao.h') diff --git a/src/content_cao.h b/src/content_cao.h index a362b6be5..963e1a488 100644 --- a/src/content_cao.h +++ b/src/content_cao.h @@ -248,6 +248,9 @@ public: {return pos_translator.vect_show;} //{return m_position;} + // If returns true, punch will not be sent to the server + bool directReportPunch(const std::string &toolname, v3f dir); + private: IntervalLimiter m_attack_interval; core::aabbox3d m_selection_box; -- cgit v1.2.3