Skip to content

Commit

Permalink
Merge pull request #95 from LiddulBOFH/super-important-lwr-fix
Browse files Browse the repository at this point in the history
Super duper important fix
  • Loading branch information
Stooberton authored Jan 17, 2024
2 parents 29d2d5b + 7bf9a6b commit ee6b9c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lua/acf/entities/sensors/receivers/receivers.lua
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ do -- Laser Receiver
for _,ply in pairs(player.GetAll()) do
local Wep = ply:GetWeapon("laserpointer")
if not IsValid(Wep) then continue end
if Wep ~= ply:GetActiveWeapon() then continue end

if Wep.Pointing then
local Las = {Dir = ply:EyeAngles():Forward(),Position = ply:EyePos(),Player = ply}
Expand Down

0 comments on commit ee6b9c3

Please sign in to comment.