Minor code cleanup

This commit is contained in:
Wuzzy 2016-08-01 15:26:56 +02:00
parent 66a4e0f411
commit 8820c219c3

@ -311,7 +311,7 @@ minetest.register_globalstep(function(dtime)
end
end)
if minetest.get_modpath("awards") ~= nil and minetest.get_modpath("default") then
if minetest.get_modpath("awards") ~= nil and minetest.get_modpath("default") ~= nil then
awards.register_achievement("orienteering_quadcorder", {
title = S("Master of Orienteering"),
description = S("Craft a quadcorder."),