Skip to content

Commit 65063ce

Browse files
committed
Fix Incorrect module name
1 parent 0ecfd0b commit 65063ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reframework/autorun/Better_Matchmaking.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ local native_customization_menu = require("Better_Matchmaking.native_customizati
3838

3939
local timeout_fix = require("Better_Matchmaking.timeout_fix");
4040
local 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");
4242
local misc_fixes = require("Better_Matchmaking.misc_fixes");
4343

4444
utils.init_module();
@@ -49,7 +49,7 @@ native_customization_menu.init_module();
4949

5050
timeout_fix.init_module();
5151
region_lock_fix.init_module();
52-
language_lock_fix.init_module();
52+
language_filter_fix.init_module();
5353
misc_fixes.init_module();
5454

5555
log.info("[Better Matchmaking] Loaded.");

0 commit comments

Comments
 (0)