From afe5ec461fe580b8a6dceda37136e18b7b3464fc Mon Sep 17 00:00:00 2001 From: webdesigner97 Date: Mon, 14 Apr 2014 21:47:58 +0200 Subject: again hotfix for #11 --- streetsHOTFIX/init.lua | 3 --- streetshotfix/init.lua | 5 +++++ 2 files changed, 5 insertions(+), 3 deletions(-) delete mode 100644 streetsHOTFIX/init.lua create mode 100644 streetshotfix/init.lua 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 -- cgit v1.2.3