summaryrefslogtreecommitdiff
path: root/trafficlight
diff options
context:
space:
mode:
authorwebdesigner97 <Christian_D_97@gmx.de>2013-10-16 10:10:19 +0200
committerwebdesigner97 <Christian_D_97@gmx.de>2013-10-16 10:10:19 +0200
commit5508d85d407282c391336bdcb8937a26f21e8c6d (patch)
tree576e28479f4fd8f3647e970abaa2bccfecd42425 /trafficlight
parentfe7607750f24d1ee8daa38d648fc39e056ef6779 (diff)
downloadroads-5508d85d407282c391336bdcb8937a26f21e8c6d.tar
roads-5508d85d407282c391336bdcb8937a26f21e8c6d.tar.gz
roads-5508d85d407282c391336bdcb8937a26f21e8c6d.tar.bz2
roads-5508d85d407282c391336bdcb8937a26f21e8c6d.tar.xz
roads-5508d85d407282c391336bdcb8937a26f21e8c6d.zip
Lightened code
Diffstat (limited to 'trafficlight')
-rw-r--r--trafficlight/init.lua5
1 files changed, 1 insertions, 4 deletions
diff --git a/trafficlight/init.lua b/trafficlight/init.lua
index 1d3049d..44e463a 100644
--- a/trafficlight/init.lua
+++ b/trafficlight/init.lua
@@ -1,7 +1,6 @@
--[[
StreetsMod: inDev Trafficlights
]]
-if streets.extendedBy.mesecons and streets.extendedBy.digilines then
minetest.register_node(":streets:trafficlight_bottom",{
description = "Cheater",
groups = {not_in_creative_inventory = 1},
@@ -224,6 +223,4 @@ minetest.register_node(":streets:trafficlight_top_warn",{
},
pointable = false,
light_source = 6,
-})
-
-end \ No newline at end of file
+}) \ No newline at end of file