| # | Line 91 | Line 91 | public class Paths { | |
|---|---|---|
| 91 | * @return Vanilla Oni GDF | |
| 92 | */ | |
| 93 | public static File getVanillaGDF() { | |
| 94 | < | return new File(getOniBasePath(), "GameDataFolder"); |
| 94 | > | return CaseInsensitiveFile.getCaseInsensitiveFile(getOniBasePath(), "GameDataFolder"); |
| 95 | } | |
| 96 | ||
| 97 | /** | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |