Disable translator of mcl_achievements

This commit is contained in:
Wuzzy 2019-03-12 13:33:11 +01:00
parent 4ede0a1227
commit b551b144d4
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,9 @@
-- If true, activates achievements from other Minecraft editions (XBox, PS, etc.)
local non_pc_achievements = false
local S = minetest.get_translator("mcl_achievements")
-- TODO: Enable translator when there's a translation
-- local S = minetest.get_translator("mcl_achievements")
local S = function(s) return s end
-- Achievements from PC Edition