1
0
mirror of https://github.com/mt-mods/signs_lib.git synced 2025-09-06 22:09:40 +02:00

Compare commits

..

1 Commits

Author SHA1 Message Date
Vanessa Dannenberg
ae6e707ebe forgot to include onpole_widefont signs in conversion list 2019-09-22 04:28:01 -04:00

View File

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