mirror of
https://github.com/minetest-mods/player_monoids.git
synced 2025-01-09 09:00:19 +01:00
Fix missing argument
This commit is contained in:
parent
cdb597629f
commit
481ef9e2cd
2
init.lua
2
init.lua
@ -61,7 +61,7 @@ end
|
|||||||
|
|
||||||
player_monoids.make_monoid = monoid
|
player_monoids.make_monoid = monoid
|
||||||
|
|
||||||
function mon_meta:add_change(player, value)
|
function mon_meta:add_change(player, value, id)
|
||||||
local p_name = player:get_player_name()
|
local p_name = player:get_player_name()
|
||||||
|
|
||||||
local def = self.def
|
local def = self.def
|
||||||
|
Loading…
Reference in New Issue
Block a user