diff options
author | webdesigner97 <Christian_D_97@gmx.de> | 2014-04-14 21:47:58 +0200 |
---|---|---|
committer | webdesigner97 <Christian_D_97@gmx.de> | 2014-04-14 21:47:58 +0200 |
commit | afe5ec461fe580b8a6dceda37136e18b7b3464fc (patch) | |
tree | 99eaa40e6ecf16c22266c1ac0def350e9f2c67e0 | |
parent | 2177d864cc6dda6f3a641ca3aabe08b6457b570a (diff) | |
download | roads-afe5ec461fe580b8a6dceda37136e18b7b3464fc.tar roads-afe5ec461fe580b8a6dceda37136e18b7b3464fc.tar.gz roads-afe5ec461fe580b8a6dceda37136e18b7b3464fc.tar.bz2 roads-afe5ec461fe580b8a6dceda37136e18b7b3464fc.tar.xz roads-afe5ec461fe580b8a6dceda37136e18b7b3464fc.zip |
again hotfix for #11
-rw-r--r-- | streetsHOTFIX/init.lua | 3 | ||||
-rw-r--r-- | streetshotfix/init.lua | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/streetsHOTFIX/init.lua b/streetsHOTFIX/init.lua deleted file mode 100644 index 15c559a..0000000 --- a/streetsHOTFIX/init.lua +++ /dev/null @@ -1,3 +0,0 @@ ---[[ - StreetsMod Hotfixes in order of creation, signed with date -]]
\ No newline at end of file diff --git a/streetshotfix/init.lua b/streetshotfix/init.lua new file mode 100644 index 0000000..967bbbb --- /dev/null +++ b/streetshotfix/init.lua @@ -0,0 +1,5 @@ +--[[ + 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 |