Skip to content

Commit

Permalink
Update ModsDatabase.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
Sisah2 authored Mar 23, 2024
1 parent 2fcf169 commit 91d102b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/main/java/mods/ModsDatabase.kt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import android.database.sqlite.SQLiteDatabase
import org.jetbrains.anko.db.*

class ModsDatabaseOpenHelper private constructor(ctx: Context)
: ManagedSQLiteOpenHelper(ctx, "ModsDatabase", null, 1) {
: ManagedSQLiteOpenHelper(ctx, "/storage/emulated/0/omw_nightly/config/modlist.xml", null, 1) {

init {
instance = this
Expand Down

0 comments on commit 91d102b

Please sign in to comment.