From 73bf791fe12d4214d29b6b872940ede634651ce8 Mon Sep 17 00:00:00 2001 From: Pavel Puchkin Date: Thu, 23 Oct 2014 22:17:47 +0300 Subject: Remove remenants of mob code Since minetest has no mobs within the core anymore, I suppose these settings and code should go. Any mod that uses `minetest.setting_getbool` will work with no problem since the default return value is `false`. --- src/serverobject.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/serverobject.h') diff --git a/src/serverobject.h b/src/serverobject.h index 13a075a25..b57d3a2ba 100644 --- a/src/serverobject.h +++ b/src/serverobject.h @@ -97,8 +97,6 @@ public: // If object has moved less than this and data has not changed, // saving to disk may be omitted virtual float getMinimumSavedMovement(); - - virtual bool isPeaceful(){return true;} virtual std::string getDescription(){return "SAO";} -- cgit v1.2.3