From 9b66bc186ad1142d1c622c02c7f6396bf1338831 Mon Sep 17 00:00:00 2001 From: EliteMasterEric Date: Tue, 1 Aug 2023 15:25:46 -0400 Subject: [PATCH] alphabetical -> alphabetically --- source/funkin/modding/module/ModuleHandler.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/modding/module/ModuleHandler.hx b/source/funkin/modding/module/ModuleHandler.hx index 28866c3f5..5a1c4dd6a 100644 --- a/source/funkin/modding/module/ModuleHandler.hx +++ b/source/funkin/modding/module/ModuleHandler.hx @@ -77,7 +77,7 @@ class ModuleHandler } else { - return SortUtil.alphabetical(a, b); + return SortUtil.alphabetically(a, b); } }); }