fix: removed add-intl-directory API

It doesn't make sense for uosc to be the internationalization provider for other scripts.
This commit is contained in:
tomasklaen
2023-05-15 09:51:16 +02:00
parent fb1268f0e4
commit 9c544bf565
3 changed files with 16 additions and 41 deletions

View File

@@ -1256,7 +1256,6 @@ mp.register_script_message('set-min-visibility', function(visibility, elements)
end)
mp.register_script_message('flash-elements', function(elements) Elements:flash(split(elements, ' *, *')) end)
mp.register_script_message('overwrite-binding', function(name, command) key_binding_overwrites[name] = command end)
mp.register_script_message('add-intl-directory', function(path) intl.add_directory(path) end)
--[[ ELEMENTS ]]