mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-28 05:43:43 +01:00
Fix get_translator in mcl_brewing
This commit is contained in:
parent
cbf545ee12
commit
b49bcda0ac
@ -1,4 +1,4 @@
|
||||
local S = minetest.get_translator("mcl_brewing_stand")
|
||||
local S = minetest.get_translator("mcl_brewing")
|
||||
|
||||
local function active_brewing_formspec(fuel_percent, brew_percent)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user