(SourceGame game)
| 81 | } |
| 82 | |
| 83 | public static String getGamePathString(SourceGame game) { |
| 84 | if (game == null) { |
| 85 | game = Periphery.CONFIG.getGames() |
| 86 | .get(0); |
| 87 | } |
| 88 | return game.getGamePath(); |
| 89 | } |
| 90 | |
| 91 | public static String getHammerPath(SourceGame game) { |
| 92 | return game.getGameHammerPath(Periphery.CONFIG); |
no test coverage detected