mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-17 02:15:22 +02:00
filterlist api cleanup
This commit is contained in:
@@ -973,7 +973,7 @@ function modmgr.mod_exists(basename)
|
||||
modmgr.refresh_globals()
|
||||
end
|
||||
|
||||
if filterlist.engine_index_by_uid(modmgr.global_mods,basename) > 0 then
|
||||
if filterlist.raw_index_by_uid(modmgr.global_mods,basename) > 0 then
|
||||
return true
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user