return client;
}
public void load() {
try {
final ClientLoader cl = ClientLoader.getInstance();
classLoader = new RSClassLoader(cl.getClasses(), new URL("http://" + Configuration.Paths.URLs.GAME + "/"));
} catch (final IOException ex) {
log.severe("Unable to load client: " + ex.getMessage());
}
}