mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-05 20:27:23 +00:00
tests fixed
This commit is contained in:
@@ -386,7 +386,7 @@ public class Helper {
|
||||
if (i < stack.size() - 1) {
|
||||
ret += ", ";
|
||||
}
|
||||
ret += stack.get(i).toString(false, localData);
|
||||
ret += stack.get(i).toString(localData);
|
||||
}
|
||||
ret += "]";
|
||||
return ret;
|
||||
|
||||
Reference in New Issue
Block a user