1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

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`.
This commit is contained in:
Pavel Puchkin 2014-10-23 22:17:47 +03:00 committed by ShadowNinja
parent 737cce5f2b
commit 73bf791fe1
4 changed files with 0 additions and 10 deletions

View file

@ -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";}