mirror of
https://github.com/mt-mods/signs_lib.git
synced 2024-12-26 01:00:17 +01:00
forgot to include onpole_widefont signs in conversion list
This commit is contained in:
parent
dcdee22265
commit
ae6e707ebe
1
api.lua
1
api.lua
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user