From cf54e086abc32a63ebe920ded8969df743f3c95a Mon Sep 17 00:00:00 2001 From: JustAGenericUsername <92590792+JustAGenericUsername@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:22:42 -0500 Subject: [PATCH] quick fixy hahahahahahah --- mods/nousersthings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mods/nousersthings.js b/mods/nousersthings.js index 2479903e..4fa18c93 100644 --- a/mods/nousersthings.js +++ b/mods/nousersthings.js @@ -2901,7 +2901,7 @@ elements.specific_ray_emitter = { } }, hoverStat: function(pixel){ - return (pixel.rayElement.toUpperCase() || "unset") + ", " + (pixel.rayStoppedByWalls.toString().toUpperCase() || "unset") + ", " + (pixel.specificRayStart || "unset") + ", " + (pixel.specificRayEnd || "unset") + ", " + (pixel.specificRayAngle || "unset") + return (pixel.rayElement || "unset").toUpperCase() + ", " + (pixel.rayStoppedByWalls || "unset").toString().toUpperCase() + ", " + (pixel.specificRayStart || "unset") + ", " + (pixel.specificRayEnd || "unset") + ", " + (pixel.specificRayAngle || "unset") }, tick: function(pixel){ if (pixelTicks == pixel.start){