summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.lua b/init.lua
index eb3dc45..3e0b267 100644
--- a/init.lua
+++ b/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