}
private String[] mapList;
public SourceHelper(String address, String password) {
try {
this.server = new SourceServer(address);
this.authenticated = this.server.rconAuth(password);
} catch (TimeoutException ex) {
Logger.getLogger(SourceHelper.class.getName()).log(Level.SEVERE, null, ex);
} catch (SteamCondenserException ex) {
Logger.getLogger(SourceHelper.class.getName()).log(Level.SEVERE, null, ex);