forgot to include onpole_widefont signs in conversion list

This commit is contained in:
Vanessa Dannenberg 2019-09-22 04:28:01 -04:00
parent dcdee22265
commit ae6e707ebe
1 changed files with 1 additions and 0 deletions

View File

@ -1028,6 +1028,7 @@ function signs_lib.register_sign(name, rdef)
if rdef.allow_widefont then
table.insert(signs_lib.old_widefont_signs, name.."_widefont")
table.insert(signs_lib.old_widefont_signs, name.."_widefont_onpole")
end
end