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:
parent
737cce5f2b
commit
73bf791fe1
4 changed files with 0 additions and 10 deletions
|
@ -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";}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue