Fix part of protocol but still bugged
This commit is contained in:
parent
cfadde72f2
commit
b4927e1994
@ -113,7 +113,7 @@ public class ClientManagementUDP implements Runnable {
|
|||||||
try {
|
try {
|
||||||
String r[] = response.split("\n");
|
String r[] = response.split("\n");
|
||||||
checkProtocolID(r[0]);
|
checkProtocolID(r[0]);
|
||||||
return response.split(protocolID + "\nLOAD \n")[1];
|
return response.split(protocolID + "\nLIST\n")[1];
|
||||||
} catch (java.lang.ArrayIndexOutOfBoundsException e) {
|
} catch (java.lang.ArrayIndexOutOfBoundsException e) {
|
||||||
throw new ProtocolError();
|
throw new ProtocolError();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user