File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ local native_customization_menu = require("Better_Matchmaking.native_customizati
3838
3939local timeout_fix = require (" Better_Matchmaking.timeout_fix" );
4040local region_lock_fix = require (" Better_Matchmaking.region_lock_fix" );
41- local language_lock_fix = require (" Better_Matchmaking.language_lock_fix " );
41+ local language_filter_fix = require (" Better_Matchmaking.language_filter_fix " );
4242local misc_fixes = require (" Better_Matchmaking.misc_fixes" );
4343
4444utils .init_module ();
@@ -49,7 +49,7 @@ native_customization_menu.init_module();
4949
5050timeout_fix .init_module ();
5151region_lock_fix .init_module ();
52- language_lock_fix .init_module ();
52+ language_filter_fix .init_module ();
5353misc_fixes .init_module ();
5454
5555log .info (" [Better Matchmaking] Loaded." );
You can’t perform that action at this time.
0 commit comments