mirror of
https://gitlab.com/rubenwardy/awards.git
synced 2024-11-26 09:13:55 +01:00
bug fix
This commit is contained in:
parent
d769dd224d
commit
7e5d134aac
2
init.lua
2
init.lua
@ -30,7 +30,7 @@ awards.register_achievement("award_woodplace",{
|
||||
})
|
||||
|
||||
awards.register_onPlace(function(player,data)
|
||||
if not data['place']['default'] or not data['place']['default']['mese'] then
|
||||
if not data['place']['default'] or not data['place']['default']['wood'] then
|
||||
return
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user