Fix typo.

master
ammoth 2019-10-01 00:33:05 +02:00
parent 9213c100d8
commit 15165cc98c
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ local function register_stairsplus_alias_force(modname, origname, newmod, newnam
minetest.register_alias_force(
modname .. ":" .. prefix ..
origname .. suffix,
newmod .. ":" prefix ..
newmod .. ":" .. prefix ..
newname .. suffix)
end
end