Fonts configurable in signs, posters and steles

This commit is contained in:
Pierre-Yves Rollo 2018-11-23 11:34:55 +01:00
parent 7fc0f92e75
commit cce3d84493
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ function signs_api.on_receive_fields(pos, formname, fields, player)
end
if fields and (fields.font) then
signs_api.set_display_text(pos, fields.display_text)
font_api.show_font_list_from_pos(player, pos)
font_api.show_font_list(player, pos)
end
end
end