mirror of
https://github.com/mt-mods/plantlife_modpack.git
synced 2025-07-13 13:30:19 +02:00
Remove translations in minetest.log output
because they are not translated anyway
This commit is contained in:
committed by
Vanessa Dannenberg
parent
31e0066238
commit
47c20dc550
@ -2,7 +2,7 @@
|
||||
-- Last revision: 2013-01-24
|
||||
|
||||
-- support for i18n
|
||||
local S = plantlife_i18n.gettext
|
||||
local S = minetest.get_translator("poisonivy")
|
||||
|
||||
local SPAWN_DELAY = 1000
|
||||
local SPAWN_CHANCE = 200
|
||||
@ -101,4 +101,4 @@ biome_lib:grow_plants({
|
||||
ground_nodes = {"default:dirt_with_grass"}
|
||||
})
|
||||
|
||||
print(S("[Poison Ivy] Loaded."))
|
||||
print("[Poison Ivy] Loaded.")
|
||||
|
Reference in New Issue
Block a user