Answer the question
In order to leave comments, you need to log in
Where is the error in the for loop?
Complains about my cycle, they say not a statement for.
for (; (line = br.readLine()) != null; i < j)
{
String[] commands = decode(line).split(";");
if ((!line.contains("")) || (!line.contains("Auth_error"))) {
Log.Write(line);
}
String[] arrayOfString1;
j = (arrayOfString1 = commands).length;i = 0; continue;String com = arrayOfString1[i];
if (com != null) {
Bukkit.dispatchCommand(Bukkit.getConsoleSender(), com);
}
i++;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question