From dcfea821e6aaf3214aafab44602d03c03f7e74fa Mon Sep 17 00:00:00 2001 From: PadowYT2 Date: Fri, 12 May 2023 15:45:44 +0300 Subject: [PATCH] Last update NamelessMC 2.2.0 will have the module included (I'll try to make it) --- modules/CustomDropdown/init.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/CustomDropdown/init.php b/modules/CustomDropdown/init.php index 3c3c61f..b0d463d 100755 --- a/modules/CustomDropdown/init.php +++ b/modules/CustomDropdown/init.php @@ -4,7 +4,7 @@ 'name' => 'CustomDropdown', 'author' => 'Vertisan', 'module_ver' => '1.2.4', - 'nml_ver' => '2.0.1', + 'nml_ver' => '2.1.0', ]; $csLanguage = new Language(ROOT_PATH . '/modules/' . $INFO_MODULE['name'] . '/language', LANGUAGE);