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