Skip to content

Commit

Permalink
Fix typo in lua_api.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
hecktest authored and v-rob committed Jul 10, 2021
1 parent b93bbfd commit 2952201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/lua_api.txt
Expand Up @@ -4859,7 +4859,7 @@ Call these functions only at load time!
* Called when an incoming mod channel message is received
* You should have joined some channels to receive events.
* If message comes from a server mod, `sender` field is an empty string.
* `minetest.register_on_liquid_transformed(function(post_list, node_list))`
* `minetest.register_on_liquid_transformed(function(pos_list, node_list))`
* Called after liquid nodes are modified by the engine's liquid transformation
process.
* `pos_list` is an array of all modified positions.
Expand Down

0 comments on commit 2952201

Please sign in to comment.