1
0
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:
sapier
2013-07-15 23:02:18 +02:00
committed by PilzAdam
parent baf5614880
commit 8a1658ec3e
3 changed files with 15 additions and 15 deletions

View File

@@ -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