diff options
| -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 | 
