forked from nalc/awards
fix bug
This commit is contained in:
parent
d2ba1d7c0f
commit
6bd01c2589
|
@ -54,8 +54,8 @@ minetest.register_on_dignode(function(pos, oldnode, digger)
|
|||
data['unlocked']={}
|
||||
end
|
||||
|
||||
if res~=nil and (not data['unlocked'][res] or data['unlocked'][res]==false) then
|
||||
data['unlocked'][res]=true
|
||||
if res~=nil and (not data['unlocked'][res] or data['unlocked'][res]==res) then
|
||||
data['unlocked'][res]=res
|
||||
minetest.chat_send_player(playern, "Achievement Unlocked: "..res)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user