From ec223d6f3d5d1a7e1257c468d169a0353ec0963e Mon Sep 17 00:00:00 2001 From: Singularis Date: Tue, 5 Jul 2022 06:48:19 +0200 Subject: [advtrains] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - odebrán mód advtrains_luaautomation - lokalizace - zastaralá funkce getpos() nahrazena za get_pos() --- advtrains/nodedb.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'advtrains/nodedb.lua') diff --git a/advtrains/nodedb.lua b/advtrains/nodedb.lua index 41ac089..af21756 100644 --- a/advtrains/nodedb.lua +++ b/advtrains/nodedb.lua @@ -379,7 +379,7 @@ local ptime=0 minetest.register_chatcommand("at_sync_ndb", { params = "", -- Short parameter description - description = "Write node db back to map and find ghost nodes", -- Full description + description = attrans("Write node db back to map and find ghost nodes"), -- Full description privs = {train_operator=true}, func = function(name, param) if os.time() < ptime+30 and not minetest.get_player_privs(name, "server") then -- cgit v1.2.3