From 3f6d2012a424a6ae679c2efad663e46e25794f7e Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Sat, 1 Feb 2025 17:00:01 -0500 Subject: [PATCH] asdasdasd --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index f0ef3563..b523eed6 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2726,7 +2726,7 @@ elements.ray_emitter = { if (rayans2 == "false"){rayStoppedByWalls = false} else {rayStoppedByWalls = true} }, hoverStat: function(pixel){ - return (pixel.rayElement.toUpperCase() || "unset") + ", " + (pixel.rayStoppedByWalls.toString().toUpperCase() || "unset") + return (pixel.rayElement|| "unset").toUpperCase() + ", " + (pixel.rayStoppedByWalls || "unset").toString().toUpperCase() }, tick: function(pixel){ if (pixelTicks == pixel.start){