From b81d1d3f2debcab4d18cf4dee824075ef0bbb116 Mon Sep 17 00:00:00 2001
From: Lejo <Lejo_1@web.de>
Date: Sat, 13 Apr 2019 20:45:49 +0200
Subject: [PATCH] Check protection of the forcefield and Quarry (#468)

---
 technic/machines/MV/power_radiator.lua |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/technic/machines/MV/power_radiator.lua b/technic/machines/MV/power_radiator.lua
index 9349e66..623af34 100644
--- a/technic/machines/MV/power_radiator.lua
+++ b/technic/machines/MV/power_radiator.lua
@@ -146,6 +146,7 @@
 })
 
 minetest.register_abm({
+	label = "Machines: run power radiator",
 	nodenames = {"technic:power_radiator"},
 	interval   = 1,
 	chance     = 1,

--
Gitblit v1.8.0