From 4ceedcaacc1a829f16ea1e252875dd822fd25437 Mon Sep 17 00:00:00 2001 From: Astralcircle <142503363+Astralcircle@users.noreply.github.com> Date: Thu, 29 Aug 2024 17:31:22 +0300 Subject: [PATCH] Fix notification spam --- lua/wire/stools/eyepod.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/wire/stools/eyepod.lua b/lua/wire/stools/eyepod.lua index e16a71ac97..f5abb9a7ff 100644 --- a/lua/wire/stools/eyepod.lua +++ b/lua/wire/stools/eyepod.lua @@ -53,7 +53,7 @@ if SERVER then ClampY = 0 end else - WireLib.AddNotify(ply, "Invalid Clamping of Wire EyePod Values!", NOTIFY_ERROR, 5, NOTIFYSOUND_DRIP1) + WireLib.AddNotify(self:GetOwner(), "Invalid Clamping of Wire EyePod Values!", NOTIFY_ERROR, 5, NOTIFYSOUND_DRIP1) return 1, 0, 0, 0, 0, 0, 0, 0 end return DefaultToZero, ShowRateOfChange, ClampXMin, ClampXMax, ClampYMin, ClampYMax, ClampX, ClampY