]> git.lizzy.rs Git - dragonfireclient.git/commitdiff
Fix typo in lua_api.txt
authorhecktest <unknown>
Sat, 10 Jul 2021 13:58:25 +0000 (15:58 +0200)
committerVincent Robinson <robinsonvincent89@gmail.com>
Sat, 10 Jul 2021 23:37:18 +0000 (16:37 -0700)
doc/lua_api.txt

index e7ef32274e701f59027c009ec65ea91a84164d31..6bd0e47a19c86f0a1853486b4b1d65a7e1b09ca0 100644 (file)
@@ -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.