mirror of
https://github.com/minetest-mods/player_monoids.git
synced 2025-07-08 19:10:43 +02:00
Fix missing argument
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user