diff options
author | cora <coradelamouche@gmx.ch> | 2023-09-05 19:50:13 +0200 |
---|---|---|
committer | cora <coradelamouche@gmx.ch> | 2023-09-05 19:50:13 +0200 |
commit | 84ae186126ecc0e0fb090711e379cfb361ebba99 (patch) | |
tree | 1268263140b342270cc24d20f270bfdec4011060 | |
parent | dcdadaab98173a6a45d23fc6d275c065c13e2d01 (diff) | |
download | dragonfireclient-84ae186126ecc0e0fb090711e379cfb361ebba99.tar.xz |
Fix typo in on_spawn_particle documentationon_receive_particlespawner
-rw-r--r-- | doc/client_lua_api.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/client_lua_api.txt b/doc/client_lua_api.txt index 1b279876c..b070f1c96 100644 --- a/doc/client_lua_api.txt +++ b/doc/client_lua_api.txt @@ -770,7 +770,7 @@ Call these functions only at load time! * Called when recieving a play sound command from server * Newest functions are called first * If any function returns true, the sound does not play -* `minetest.register_on_spawn_partice(function(particle definition))` +* `minetest.register_on_spawn_particle(function(particle definition))` * Called when recieving a spawn particle command from server * Newest functions are called first * If any function returns true, the particle does not spawn |