forked from minetest-mods/player_monoids
Fix discrepancy between docs and actual functions
This commit is contained in:
@ -34,7 +34,7 @@ local function v_mult_fold(identity)
|
||||
end
|
||||
end
|
||||
|
||||
local monoid = player_monoids.monoid
|
||||
local monoid = player_monoids.make_monoid
|
||||
|
||||
-- Speed monoid. Effect values are speed multipliers. Must be nonnegative
|
||||
-- numbers.
|
||||
|
Reference in New Issue
Block a user