mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
syso > verbose
This commit is contained in:
@@ -24,7 +24,7 @@ public class ServerProviderInfo {
|
||||
BufferedReader br = WebUtil.getReader(providerInfo, username, password);
|
||||
while ((line = br.readLine()) != null) {
|
||||
if(line.contains(": ")) {
|
||||
System.out.println(line);
|
||||
Core.verbose(line);
|
||||
properties.put(line.substring(0, line.indexOf(": ")), line.substring(line.indexOf(": ") + 2, line.length()));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user