Android: Don't copy default game INIs into user game INIs

This isn't as serious as copying global INIs into user game INIs,
but still not good. We want to be able to remove settings from
default game INIs and have those removals apply.
This commit is contained in:
JosJuice 2019-06-18 14:37:49 +02:00
parent 7f841e9bfd
commit 36166c9b4f
1 changed files with 0 additions and 1 deletions

View File

@ -103,7 +103,6 @@ public class Settings
}
else
{
loadGenericGameSettings(gameId, view);
loadCustomGameSettings(gameId, view);
}
}