(Config config)
| 71 | } |
| 72 | |
| 73 | public String getGameHammerPath(Config config) { |
| 74 | String path = config.getSteamPath() + File.separator + Steam.STEAM_GAME_PATH() + File.separator + this.nameLong + File.separator + "bin" |
| 75 | + File.separator + "hammer.exe"; |
| 76 | Loggger.log(path); |
| 77 | return path; |
| 78 | } |
| 79 | |
| 80 | public SourceGame setLongName(String nameLong) { |
| 81 | this.nameLong = nameLong; |
no test coverage detected