summaryrefslogtreecommitdiff
path: root/src/serverobject.h
diff options
context:
space:
mode:
authorPavel Puchkin <i@neoascetic.me>2014-10-23 22:17:47 +0300
committerShadowNinja <shadowninja@minetest.net>2014-10-23 20:54:33 -0400
commit73bf791fe12d4214d29b6b872940ede634651ce8 (patch)
tree1c68478f2b5aec6257a44138e693e0ae6b36541a /src/serverobject.h
parent737cce5f2b8409ec7cc9b73b9cf4b6d572b54e63 (diff)
downloadminetest-73bf791fe12d4214d29b6b872940ede634651ce8.tar.gz
minetest-73bf791fe12d4214d29b6b872940ede634651ce8.tar.bz2
minetest-73bf791fe12d4214d29b6b872940ede634651ce8.zip
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`.
Diffstat (limited to 'src/serverobject.h')
-rw-r--r--src/serverobject.h2
1 files changed, 0 insertions, 2 deletions
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";}