From c377ffa8d5e81c70db5cf6b52996ae2978d3e101 Mon Sep 17 00:00:00 2001 From: Joachim Stolberg Date: Tue, 30 Mar 2021 22:15:22 +0200 Subject: [PATCH] Fix signs_bot:box bug --- basis.lua | 2 +- locale/signs_bot.de.tr | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/basis.lua b/basis.lua index 1fdf80e..a7e9f87 100644 --- a/basis.lua +++ b/basis.lua @@ -111,7 +111,7 @@ end local function status(mem) if mem.error then - return mem.error + return dump(mem.error) end if mem.running then return S("running") diff --git a/locale/signs_bot.de.tr b/locale/signs_bot.de.tr index 9653b39..3dc4c11 100644 --- a/locale/signs_bot.de.tr +++ b/locale/signs_bot.de.tr @@ -152,7 +152,7 @@ Dig the block on the right side@n is the inventory slot (1..8)@n is o Dig the block under the robot.@n is the inventory slot (1..8)=Entferne einen Block unter dem@nRoboter.@n ist die Position im@neigenen Inventar (1--8). Dig the block above the robot.@n is the inventory slot (1..8)=Entferne einen Block über dem@nRoboter.@n ist die Position im@neigenen Inventar (1--8). Rotate the block in front of the robot@n is one of: -1 0 +1@n is one of: 1 2 3=Rotiere den Block vor dem Roboter.@nFür ist zulässig: -1 0 +1@nFür ist zulässig: 1 2 3 -Bot torch= +Bot torch=Bot Fackel ### cmd_sign.lua ###