Typo in filename

This commit is contained in:
blert2112 2016-11-10 08:40:19 -05:00 committed by GitHub
parent 654d05247b
commit d4d1b0bde4

View File

@ -129,7 +129,7 @@ local mesecar_def = {
loadfile(mpath.."/mese_blue.lua")(table.copy(mesecar_def))
loadfile(mpath.."/mese_pink.lua")(table.copy(mesecar_def))
loadfile(mpath.."/mese_purple.lua")(table.copy(mesecar_def))
loadfile(mpath.."/mese_Yellow.lua")(table.copy(mesecar_def))
loadfile(mpath.."/mese_yellow.lua")(table.copy(mesecar_def))
-- ** Boats **