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