1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-18 02:45:21 +02:00

Fix segfaults caused by the Environment not being initialized yet

This commit is contained in:
rubenwardy
2015-08-09 21:10:37 +01:00
committed by est31
parent 6b39bc6865
commit a953ff4dfc
2 changed files with 21 additions and 1 deletions

View File

@@ -2192,7 +2192,7 @@ These functions return the leftover itemstack.
* `minetest.add_particlespawner(particlespawner definition)`
* Add a `ParticleSpawner`, an object that spawns an amount of particles over `time` seconds
* Returns an `id`
* Returns an `id`, and -1 if adding didn't succeed
* `Deprecated: minetest.add_particlespawner(amount, time,
minpos, maxpos,
minvel, maxvel,