summaryrefslogtreecommitdiff
path: root/deployer.lua
diff options
context:
space:
mode:
Diffstat (limited to 'deployer.lua')
-rw-r--r--deployer.lua6
1 files changed, 0 insertions, 6 deletions
diff --git a/deployer.lua b/deployer.lua
index 01d4df2..4a17ddf 100644
--- a/deployer.lua
+++ b/deployer.lua
@@ -1,9 +1,3 @@
-if minetest.get_modpath("technic") then --technic installed
- --register aliases in order to use technic's deployers
- minetest.register_alias("pipeworks:deployer_off", "technic:deployer_off")
- minetest.register_alias("pipeworks:deployer_on", "technic:deployer_on")
- return
-end
--register aliases for when someone had technic installed, but then uninstalled it but not pipeworks
minetest.register_alias("technic:deployer_off", "pipeworks:deployer_off")