Fix broken achievement image (On The Way)

This commit is contained in:
Oscar 2017-10-05 20:04:02 +02:00 committed by rubenwardy
parent 81590b5773
commit 81aa0f1c82
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ if minetest.get_modpath("default") then
awards.register_achievement("award_on_the_way", {
title = S("On The Way"),
description = S("Place 100 rails."),
icon = "default_rail.png",
icon = "carts_rail_straight.png",
trigger = {
type = "place",
node = "default:rail",