mcl_signs: Rename characters file

This commit is contained in:
Wuzzy 2019-03-21 10:12:20 +01:00
parent 40923f83fd
commit 70498cf529
2 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ local S = minetest.get_translator("mcl_signs")
-- Font: 04.jp.org
-- load characters map
local chars_file = io.open(minetest.get_modpath("mcl_signs").."/characters", "r")
local chars_file = io.open(minetest.get_modpath("mcl_signs").."/characters.txt", "r")
-- FIXME: Support more characters (many characters are missing)
local charmap = {}
if not chars_file then