From 137695ea67cf7096311c893de7cf139e6307b26b Mon Sep 17 00:00:00 2001
From: Tim <t4im@users.noreply.github.com>
Date: Mon, 16 Mar 2015 23:58:41 +0100
Subject: [PATCH] allow activation/deactivation of frames/templates by config

---
 technic/machines/HV/forcefield.lua |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/technic/machines/HV/forcefield.lua b/technic/machines/HV/forcefield.lua
index 522f5e0..0f0836d 100644
--- a/technic/machines/HV/forcefield.lua
+++ b/technic/machines/HV/forcefield.lua
@@ -253,7 +253,7 @@
 
 
 if minetest.get_modpath("mesecons_mvps") then
-	mesecon:register_mvps_stopper("technic:forcefield")
+	mesecon.register_mvps_stopper("technic:forcefield")
 end
 
 technic.register_machine("HV", "technic:forcefield_emitter_on",  technic.receiver)

--
Gitblit v1.8.0