mirror of
https://github.com/minetest-mods/player_monoids.git
synced 2025-07-15 14:20:36 +02:00
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