summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian <Christian_D_97@gmx.de>2014-06-27 23:25:52 +0200
committerChristian <Christian_D_97@gmx.de>2014-06-27 23:25:52 +0200
commitac4c4c098f000e571bdd18261e68dddab59bfaae (patch)
tree9caf68ce07de221d8fa3a32aacb72d5d729e5f92
parent8eb6e1f1e0a96d2ed745e687e46f818500d948d2 (diff)
parent00d1650905f8470cf0b5f903dc9a64acbd9149eb (diff)
downloadroads-ac4c4c098f000e571bdd18261e68dddab59bfaae.tar
roads-ac4c4c098f000e571bdd18261e68dddab59bfaae.tar.gz
roads-ac4c4c098f000e571bdd18261e68dddab59bfaae.tar.bz2
roads-ac4c4c098f000e571bdd18261e68dddab59bfaae.tar.xz
roads-ac4c4c098f000e571bdd18261e68dddab59bfaae.zip
Merge pull request #26 from CraigyDavi/hotfix-asphalt-stair
Thanks (again) :D
-rw-r--r--streetshotfix/init.lua5
1 files changed, 4 insertions, 1 deletions
diff --git a/streetshotfix/init.lua b/streetshotfix/init.lua
index 967bbbb..6294c96 100644
--- a/streetshotfix/init.lua
+++ b/streetshotfix/init.lua
@@ -2,4 +2,7 @@
StreetsMod Hotfixes in order of creation, signed with date
]]
-- Hotfix #1; April 14, 2014; https://github.com/webdesigner97/streets/issues/11
-minetest.register_alias("stairs:stair_asphalt","streets:stair_asphalt") \ No newline at end of file
+minetest.register_alias("stairs:stair_asphalt","streets:stair_asphalt")
+
+-- Hotfix #2; June 27, 2014; https://github.com/webdesigner97/streets/issues/25
+minetest.register_alias("streets:asphalt_stair","streets:stair_asphalt") \ No newline at end of file