Merge pull request #149 from feeshmaster/patch-3
This commit is contained in:
commit
03393ae26b
|
|
@ -157,7 +157,7 @@ function startDebugLive() {
|
||||||
}
|
}
|
||||||
function statChange() {
|
function statChange() {
|
||||||
if (live == true) {
|
if (live == true) {
|
||||||
output = targetedPixel.element.toUpperCase() + " at x" + targetedPixel.x + ", y" + targetedPixel.y + ", tick" + pixelTicks + `<br>`;
|
output = targetedPixel.element.toUpperCase() + " at x" + targetedPixel.x + ", y" + targetedPixel.y + ", tick: " + pixelTicks + `<br>`;
|
||||||
for (let i in targetedPixel) {
|
for (let i in targetedPixel) {
|
||||||
if (i !== "x" && i !== "y" && i !== "element") {
|
if (i !== "x" && i !== "y" && i !== "element") {
|
||||||
output += " " + i + ": " + targetedPixel[i] + `<br>`;
|
output += " " + i + ": " + targetedPixel[i] + `<br>`;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue