Skip to content

Commit

Permalink
Fix notification spam (#3132)
Browse files Browse the repository at this point in the history
  • Loading branch information
Astralcircle authored Aug 29, 2024
1 parent e918169 commit 59db7ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/wire/stools/eyepod.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 59db7ea

Please sign in to comment.