Update filesystem.lua (typo)

This commit is contained in:
Celtic Minstrel 2023-07-23 11:58:21 -04:00 committed by GitHub
parent 46ac2ff1de
commit d05bc6e444
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,7 +8,7 @@ filesystem.asset_type = {
SOUND = 'sounds',
MUSIC = 'music',
MAP = 'maps',
SCENARIO = 'scenario',
SCENARIO = 'scenarios',
}
wesnoth.have_file = wesnoth.deprecate_api('wesnoth.have_file', 'filesystem.have_file', 1, nil, filesystem.have_file)