mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-02-17 21:23:44 +01:00
Disable translator of mcl_achievements
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user