mirror of
https://github.com/mt-mods/signs_lib.git
synced 2025-06-28 22:06:20 +02:00
Compare commits
2 Commits
2019-09-22
...
2019-09-22
Author | SHA1 | Date | |
---|---|---|---|
de5926233a | |||
ae6e707ebe |
2
api.lua
2
api.lua
@ -1028,6 +1028,8 @@ 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")
|
||||
table.insert(signs_lib.old_widefont_signs, name.."_widefont_hanging")
|
||||
end
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user