()
| 221 | } |
| 222 | |
| 223 | public File getMinceraftSavePath() { |
| 224 | return new File(this.minecraftPath + File.separator + Minecraft.SAVES_FOLDER); |
| 225 | } |
| 226 | |
| 227 | public File getSteamPath() { |
| 228 | if (this.steamPath == null) { |
no outgoing calls
no test coverage detected