mirror of
https://github.com/Eaglercraft-TeaVM-Fork/eagler-teavm.git
synced 2024-12-23 00:24:11 -08:00
This commit is contained in:
parent
5a1810c5e5
commit
1ab1f48d33
|
@ -86,7 +86,7 @@ public class TLogger {
|
||||||
index = next;
|
index = next;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
int paramIndex = TInteger.parseInt(message.substring(index, next - 1));
|
int paramIndex = TInteger.parseInt(message.substring(paramStart, next));
|
||||||
if (paramIndex >= params.length) {
|
if (paramIndex >= params.length) {
|
||||||
sb.append(message.substring(index, next));
|
sb.append(message.substring(index, next));
|
||||||
index = next;
|
index = next;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user